chore(vscode): update to 1.56.0
This commit is contained in:
BIN
lib/vscode/extensions/debug-auto-launch/media/icon.png
Normal file
BIN
lib/vscode/extensions/debug-auto-launch/media/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
@ -8,6 +8,13 @@
|
||||
"engines": {
|
||||
"vscode": "^1.5.0"
|
||||
},
|
||||
"icon": "media/icon.png",
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": false,
|
||||
"untrustedWorkspaces": {
|
||||
"supported": true
|
||||
}
|
||||
},
|
||||
"activationEvents": [
|
||||
"*"
|
||||
],
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../shared.tsconfig.json",
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out",
|
||||
"downlevelIteration": true
|
||||
@ -7,4 +7,4 @@
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user