From fcf18509d4627352b0f2c54af1ff9fd23b8a131e Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 2 Apr 2024 14:36:16 +0530 Subject: [PATCH] include vscode extensions list for github codespaces --- .vscode/extensions.json | 79 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..9a63cbd --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,79 @@ +[ + { + "identifier": { + "id": "antfu.icons-carbon", + "uuid": "659a35e1-7b7f-4b47-822d-0d96fd6e13e7" + }, + "version": "0.2.6", + "manifest": { + "name": "icons-carbon", + "publisher": "antfu", + "version": "0.2.6", + "displayName": "Carbon Product Icons", + "description": "Carbon Product Icons for VS Code", + "icon": "icon.png", + "categories": [ + "Themes" + ], + "engines": { + "vscode": "^1.56.0" + }, + "sponsor": { + "url": "https://github.com/sponsors/antfu" + }, + "license": "MIT", + "keywords": [ + "icon", + "theme", + "product", + "product-icon-theme" + ], + "extensionKind": [ + "ui" + ], + "contributes": { + "productIconThemes": [ + { + "id": "icons-carbon", + "label": "Carbon Icons", + "path": "./icons-carbon.json" + } + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/antfu/vscode-icons-carbon.git" + }, + "bugs": { + "url": "https://github.com/antfu/vscode-icons-carbon/issues" + }, + "author": { + "name": "Anthony Fu" + } + }, + "location": { + "$mid": 1, + "path": "/antfu/icons-carbon/0.2.6/extension", + "scheme": "https", + "authority": "antfu.vscode-unpkg.net" + }, + "readmeUri": { + "$mid": 1, + "path": "/extensions/antfu/icons-carbon/0.2.6/1665309438470/Microsoft.VisualStudio.Services.Content.Details", + "scheme": "https", + "authority": "antfu.gallerycdn.vsassets.io" + }, + "packageNLSUris": {}, + "defaultManifestTranslations": null, + "metadata": { + "id": "659a35e1-7b7f-4b47-822d-0d96fd6e13e7", + "publisherDisplayName": "Anthony Fu", + "publisherId": "f20453fe-720b-4a02-8838-84ab3fdc1b74", + "installedTimestamp": 1712048299391, + "isPreReleaseVersion": false, + "hasPreReleaseVersion": false, + "updated": false, + "pinned": false + } + } +]