mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
include vscode extensions list for github codespaces
This commit is contained in:
parent
de97552aa5
commit
fcf18509d4
1 changed files with 79 additions and 0 deletions
79
.vscode/extensions.json
vendored
Normal file
79
.vscode/extensions.json
vendored
Normal file
|
@ -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
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue