Compare commits
1 Commits
09-13-code
...
03-01-code
Author | SHA1 | Date | |
---|---|---|---|
2b2ebc2a66 |
7
.gitignore
vendored
7
.gitignore
vendored
@ -145,3 +145,10 @@ app-*/telemetry*
|
|||||||
app-*/ThirdPartyNotices.txt
|
app-*/ThirdPartyNotices.txt
|
||||||
|
|
||||||
.extensions
|
.extensions
|
||||||
|
|
||||||
|
app-code/package.json
|
||||||
|
app-codium/package.json
|
||||||
|
app-insiders/package.json
|
||||||
|
app-code/product.json
|
||||||
|
app-codium/product.json
|
||||||
|
app-insiders/product.json
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"enableAnalyzersSupport": true
|
"enableAnalyzersSupport": true
|
||||||
},
|
},
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"path": "C:/Program Files/dotnet/sdk/8.0.104/",
|
"path": "C:/Program Files/dotnet/sdk/8.0.113/",
|
||||||
"version": "8.0.104"
|
"version": "8.0.113"
|
||||||
}
|
}
|
||||||
}
|
}
|
71
.vscode/extensions-each.json
vendored
Normal file
71
.vscode/extensions-each.json
vendored
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"_ Extract JSON data": "$..identifier.id",
|
||||||
|
"code": [
|
||||||
|
"aliasadidev.nugetpackagemanagergui",
|
||||||
|
"bennycode.sort-everything",
|
||||||
|
"bierner.markdown-checkbox",
|
||||||
|
"brunnerh.file-properties-viewer",
|
||||||
|
"catbraaain.mermaid-language",
|
||||||
|
"fcrespo82.markdown-table-formatter",
|
||||||
|
"gordonlarrigan.vscode-kanbn",
|
||||||
|
"ifx.type-script-helper",
|
||||||
|
"mhutchie.git-graph",
|
||||||
|
"mikeburgh.xml-format",
|
||||||
|
"ms-dotnettools.csharp",
|
||||||
|
"ms-dotnettools.vscode-dotnet-runtime",
|
||||||
|
"patcx.vscode-nuget-gallery",
|
||||||
|
"phplasma.csv-to-table",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"ryu1kn.partial-diff",
|
||||||
|
"scabana.trxviewer",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
"tamasruss.kanbandown",
|
||||||
|
"weijunyu.vscode-json-path"
|
||||||
|
],
|
||||||
|
"code-insiders": [
|
||||||
|
"aliasadidev.nugetpackagemanagergui",
|
||||||
|
"bennycode.sort-everything",
|
||||||
|
"bierner.markdown-checkbox",
|
||||||
|
"brunnerh.file-properties-viewer",
|
||||||
|
"catbraaain.mermaid-language",
|
||||||
|
"fcrespo82.markdown-table-formatter",
|
||||||
|
"github.copilot-chat",
|
||||||
|
"github.copilot",
|
||||||
|
"gordonlarrigan.vscode-kanbn",
|
||||||
|
"ifx.type-script-helper",
|
||||||
|
"mhutchie.git-graph",
|
||||||
|
"mikeburgh.xml-format",
|
||||||
|
"ms-dotnettools.csharp",
|
||||||
|
"ms-dotnettools.vscode-dotnet-runtime",
|
||||||
|
"patcx.vscode-nuget-gallery",
|
||||||
|
"phplasma.csv-to-table",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"ryu1kn.partial-diff",
|
||||||
|
"scabana.trxviewer",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
"tamasruss.kanbandown",
|
||||||
|
"weijunyu.vscode-json-path"
|
||||||
|
],
|
||||||
|
"codium": [
|
||||||
|
"aliasadidev.nugetpackagemanagergui",
|
||||||
|
"bennycode.sort-everything",
|
||||||
|
"bierner.markdown-checkbox",
|
||||||
|
"brunnerh.file-properties-viewer",
|
||||||
|
"catbraaain.mermaid-language",
|
||||||
|
"fcrespo82.markdown-table-formatter",
|
||||||
|
"gordonlarrigan.vscode-kanbn",
|
||||||
|
"ifx.type-script-helper",
|
||||||
|
"mhutchie.git-graph",
|
||||||
|
"mikeburgh.xml-format",
|
||||||
|
"ms-dotnettools.vscode-dotnet-runtime",
|
||||||
|
"muhammad-sammy.csharp",
|
||||||
|
"patcx.vscode-nuget-gallery",
|
||||||
|
"rangav.vscode-thunder-client",
|
||||||
|
"redhat.vscode-yaml",
|
||||||
|
"ryu1kn.partial-diff",
|
||||||
|
"scabana.trxviewer",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
"tamasruss.kanbandown",
|
||||||
|
"weijunyu.vscode-json-path"
|
||||||
|
]
|
||||||
|
}
|
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
@ -6,6 +6,7 @@
|
|||||||
"bierner.markdown-checkbox",
|
"bierner.markdown-checkbox",
|
||||||
"bierner.markdown-mermaid",
|
"bierner.markdown-mermaid",
|
||||||
"brunnerh.file-properties-viewer",
|
"brunnerh.file-properties-viewer",
|
||||||
|
"catbraaain.mermaid-language",
|
||||||
"ckolkman.vscode-postgres",
|
"ckolkman.vscode-postgres",
|
||||||
"codezombiech.gitignore",
|
"codezombiech.gitignore",
|
||||||
"cweijan.vscode-office",
|
"cweijan.vscode-office",
|
||||||
@ -14,6 +15,7 @@
|
|||||||
"editorconfig.editorconfig",
|
"editorconfig.editorconfig",
|
||||||
"eg2.vscode-npm-script",
|
"eg2.vscode-npm-script",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
|
"fcrespo82.markdown-table-formatter",
|
||||||
"foam.foam-vscode",
|
"foam.foam-vscode",
|
||||||
"formulahendry.dotnet-test-explorer",
|
"formulahendry.dotnet-test-explorer",
|
||||||
"gera2ld.markmap-vscode",
|
"gera2ld.markmap-vscode",
|
||||||
|
8
.vscode/mklink.md
vendored
8
.vscode/mklink.md
vendored
@ -21,11 +21,11 @@ mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-Insiders-Phares\app-insiders" "C:\
|
|||||||
|
|
||||||
```bash Fri Jul 12 2024 11:57:21 GMT-0700 (Mountain Standard Time)
|
```bash Fri Jul 12 2024 11:57:21 GMT-0700 (Mountain Standard Time)
|
||||||
mkdir "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client"
|
mkdir "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client"
|
||||||
mklink /J "C:\Users\phares\AppData\Roaming\Code - Insiders\User\globalStorage\rangav.vscode-thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client"
|
mklink /J "C:\Users\phares\AppData\Roaming\Code - Insiders\User\globalStorage\rangav.vscode-thunder-client" "C:\Users\phares\AppData\Roaming\Code - Insiders\User\globalStorage\rangav.vscode-thunder-client"
|
||||||
mklink /J "C:\Users\phares\AppData\Roaming\VSCodium\User\globalStorage\rangav.vscode-thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client"
|
mklink /J "C:\Users\phares\AppData\Roaming\VSCodium\User\globalStorage\rangav.vscode-thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client"
|
||||||
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client\collections"
|
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\VSCodium\User\globalStorage\rangav.vscode-thunder-client\collections"
|
||||||
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-OSS-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client\collections"
|
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-OSS-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\VSCodium\User\globalStorage\rangav.vscode-thunder-client\collections"
|
||||||
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-Insiders-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\Code\User\globalStorage\rangav.vscode-thunder-client\collections"
|
mklink /J "L:\DevOps\Mesa_FI\VS-Code-Settings-Insiders-Phares\.thunder-client" "C:\Users\phares\AppData\Roaming\VSCodium\User\globalStorage\rangav.vscode-thunder-client\collections"
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash Fri Jul 12 2024 11:57:21 GMT-0700 (Mountain Standard Time)
|
```bash Fri Jul 12 2024 11:57:21 GMT-0700 (Mountain Standard Time)
|
||||||
|
@ -1,32 +1,39 @@
|
|||||||
// Place your key bindings in this file to override the defaultsauto[]
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+f10",
|
"command": "debug.jumpToCursor",
|
||||||
"command": "debug.jumpToCursor"
|
"key": "ctrl+shift+f10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+f10",
|
"command": "editor.debug.action.runToCursor",
|
||||||
"command": "editor.debug.action.runToCursor"
|
"key": "ctrl+f10"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+s",
|
|
||||||
"command": "-workbench.action.files.saveLocalFile",
|
"command": "-workbench.action.files.saveLocalFile",
|
||||||
|
"key": "ctrl+shift+s",
|
||||||
"when": "remoteFileDialogVisible"
|
"when": "remoteFileDialogVisible"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+s",
|
"command": "-workbench.action.files.saveAs",
|
||||||
"command": "-workbench.action.files.saveAs"
|
"key": "ctrl+shift+s"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+s",
|
"command": "saveAll",
|
||||||
"command": "saveAll"
|
"key": "ctrl+shift+s"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+k s",
|
"command": "-saveAll",
|
||||||
"command": "-saveAll"
|
"key": "ctrl+k s"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+t",
|
|
||||||
"command": "settings.cycle.sortOrder",
|
"command": "settings.cycle.sortOrder",
|
||||||
|
"key": "ctrl+shift+t"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "workbench.action.openSettings",
|
||||||
|
"key": "ctrl+alt+,"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "-workbench.action.openSettings",
|
||||||
|
"key": "ctrl+,"
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -30,6 +30,7 @@
|
|||||||
"breadcrumbs.showInterfaces": false,
|
"breadcrumbs.showInterfaces": false,
|
||||||
"breadcrumbs.showMethods": false,
|
"breadcrumbs.showMethods": false,
|
||||||
"breadcrumbs.showModules": false,
|
"breadcrumbs.showModules": false,
|
||||||
|
"chat.commandCenter.enabled": false,
|
||||||
"csharp.suppressBuildAssetsNotification": true,
|
"csharp.suppressBuildAssetsNotification": true,
|
||||||
"csharp.suppressDotnetRestoreNotification": true,
|
"csharp.suppressDotnetRestoreNotification": true,
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
@ -44,6 +45,8 @@
|
|||||||
"debug.onTaskErrors": "showErrors",
|
"debug.onTaskErrors": "showErrors",
|
||||||
"debug.openDebug": "neverOpen",
|
"debug.openDebug": "neverOpen",
|
||||||
"debug.terminal.clearBeforeReusing": true,
|
"debug.terminal.clearBeforeReusing": true,
|
||||||
|
"deno.enable": false,
|
||||||
|
"dev.containers.executeInWSL": true,
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
"dotnet.codeLens.enableReferencesCodeLens": false,
|
"dotnet.codeLens.enableReferencesCodeLens": false,
|
||||||
"dotnet.server.useOmnisharp": true,
|
"dotnet.server.useOmnisharp": true,
|
||||||
@ -58,7 +61,7 @@
|
|||||||
"editor.fontSize": 16,
|
"editor.fontSize": 16,
|
||||||
"editor.hover.delay": 1000,
|
"editor.hover.delay": 1000,
|
||||||
"editor.largeFileOptimizations": false,
|
"editor.largeFileOptimizations": false,
|
||||||
"editor.renderWhitespace": "none",
|
"editor.renderWhitespace": "all",
|
||||||
"editor.stickyScroll.enabled": true,
|
"editor.stickyScroll.enabled": true,
|
||||||
"editor.suggestSelection": "first",
|
"editor.suggestSelection": "first",
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
@ -75,7 +78,7 @@
|
|||||||
"**/*.spec.ts": true,
|
"**/*.spec.ts": true,
|
||||||
"**/.git": false
|
"**/.git": false
|
||||||
},
|
},
|
||||||
"git.autofetch": false,
|
"git.autofetch": true,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"git.enableSmartCommit": true,
|
"git.enableSmartCommit": true,
|
||||||
"git.ignoreMissingGitWarning": true,
|
"git.ignoreMissingGitWarning": true,
|
||||||
@ -121,6 +124,18 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"razor.disableBlazorDebugPrompt": true,
|
"razor.disableBlazorDebugPrompt": true,
|
||||||
|
"remote.SSH.remotePlatform": {
|
||||||
|
"free.file.sync.root": "linux",
|
||||||
|
"messa010ec.infineon.com": "windows",
|
||||||
|
"messa011ec.infineon.com": "windows",
|
||||||
|
"messa023ec.infineon.com": "windows",
|
||||||
|
"messa08ec.infineon.com": "windows",
|
||||||
|
"messa09ec.infineon.com": "windows",
|
||||||
|
"mestsa003.infineon.com": "windows",
|
||||||
|
"mestsa05ec.infineon.com": "windows",
|
||||||
|
"mestsa07ec.infineon.com": "windows",
|
||||||
|
"podman.free.file.sync.root": "linux"
|
||||||
|
},
|
||||||
"runTerminalCommand.commands": [
|
"runTerminalCommand.commands": [
|
||||||
{
|
{
|
||||||
"auto": true,
|
"auto": true,
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Code",
|
"name": "Code",
|
||||||
"version": "1.84.0",
|
"version": "1.97.2",
|
||||||
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
"distro": "a9c92d9048a3323ec0c54285b198e2b9fb4e8853",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./out/main",
|
"main": "./out/main.js",
|
||||||
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo Please run any of the test scripts from the scripts folder.",
|
"test": "echo Please run any of the test scripts from the scripts folder.",
|
||||||
@ -16,27 +17,27 @@
|
|||||||
"test-extension": "vscode-test",
|
"test-extension": "vscode-test",
|
||||||
"preinstall": "node build/npm/preinstall.js",
|
"preinstall": "node build/npm/preinstall.js",
|
||||||
"postinstall": "node build/npm/postinstall.js",
|
"postinstall": "node build/npm/postinstall.js",
|
||||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
"compile": "node ./node_modules/gulp/bin/gulp.js compile",
|
||||||
"watch": "npm-run-all -lp watch-client watch-extensions",
|
"watch": "npm-run-all -lp watch-client watch-extensions",
|
||||||
"watchd": "deemon yarn watch",
|
"watchd": "deemon npm run watch",
|
||||||
"watch-webd": "deemon yarn watch-web",
|
"watch-webd": "deemon npm run watch-web",
|
||||||
"kill-watchd": "deemon --kill yarn watch",
|
"kill-watchd": "deemon --kill npm run watch",
|
||||||
"kill-watch-webd": "deemon --kill yarn watch-web",
|
"kill-watch-webd": "deemon --kill npm run watch-web",
|
||||||
"restart-watchd": "deemon --restart yarn watch",
|
"restart-watchd": "deemon --restart npm run watch",
|
||||||
"restart-watch-webd": "deemon --restart yarn watch-web",
|
"restart-watch-webd": "deemon --restart npm run watch-web",
|
||||||
"watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
|
"watch-client": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-client",
|
||||||
"watch-clientd": "deemon yarn watch-client",
|
"watch-clientd": "deemon npm run watch-client",
|
||||||
"kill-watch-clientd": "deemon --kill yarn watch-client",
|
"kill-watch-clientd": "deemon --kill npm run watch-client",
|
||||||
"watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
"watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
||||||
"watch-extensionsd": "deemon yarn watch-extensions",
|
"watch-extensionsd": "deemon npm run watch-extensions",
|
||||||
"kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
|
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
|
||||||
"precommit": "node build/hygiene.js",
|
"precommit": "node build/hygiene.js",
|
||||||
"gulp": "node --max_old_space_size=8192 ./node_modules/gulp/bin/gulp.js",
|
"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
|
||||||
"electron": "node build/lib/electron",
|
"electron": "node build/lib/electron",
|
||||||
"7z": "7z",
|
"7z": "7z",
|
||||||
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
||||||
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
||||||
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && yarn compile && node test/index.js",
|
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && npm run compile && node test/index.js",
|
||||||
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
||||||
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
||||||
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
||||||
@ -45,116 +46,120 @@
|
|||||||
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
||||||
"valid-layers-check": "node build/lib/layersChecker.js",
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
||||||
"update-distro": "node build/npm/update-distro.mjs",
|
"update-distro": "node build/npm/update-distro.mjs",
|
||||||
"web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
"web": "echo 'npm run web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
||||||
"compile-cli": "gulp compile-cli",
|
"compile-cli": "gulp compile-cli",
|
||||||
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
|
"compile-web": "node ./node_modules/gulp/bin/gulp.js compile-web",
|
||||||
"watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
|
"watch-web": "node ./node_modules/gulp/bin/gulp.js watch-web",
|
||||||
"watch-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli",
|
"watch-cli": "node ./node_modules/gulp/bin/gulp.js watch-cli",
|
||||||
"eslint": "node build/eslint",
|
"eslint": "node build/eslint",
|
||||||
"stylelint": "node build/stylelint",
|
"stylelint": "node build/stylelint",
|
||||||
"playwright-install": "node build/azure-pipelines/common/installPlaywright.js",
|
"playwright-install": "npm exec playwright install",
|
||||||
"compile-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-build",
|
"compile-build": "node ./node_modules/gulp/bin/gulp.js compile-build",
|
||||||
"compile-extensions-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
"compile-extensions-build": "node ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
||||||
"minify-vscode": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode",
|
"minify-vscode": "node ./node_modules/gulp/bin/gulp.js minify-vscode",
|
||||||
"minify-vscode-reh": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
"minify-vscode-reh": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
||||||
"minify-vscode-reh-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
"minify-vscode-reh-web": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
||||||
"hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
|
"hygiene": "node ./node_modules/gulp/bin/gulp.js hygiene",
|
||||||
"core-ci": "node --max_old_space_size=8095 ./node_modules/gulp/bin/gulp.js core-ci",
|
"core-ci": "node ./node_modules/gulp/bin/gulp.js core-ci",
|
||||||
"core-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
"core-ci-pr": "node ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
||||||
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci",
|
"extensions-ci": "node ./node_modules/gulp/bin/gulp.js extensions-ci",
|
||||||
"extensions-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
"extensions-ci-pr": "node ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
||||||
"perf": "node scripts/code-perf.js"
|
"perf": "node scripts/code-perf.js",
|
||||||
|
"update-build-ts-version": "npm install typescript@next && tsc -p ./build/tsconfig.build.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/1ds-core-js": "^3.2.13",
|
"@microsoft/1ds-core-js": "^3.2.13",
|
||||||
"@microsoft/1ds-post-js": "^3.2.13",
|
"@microsoft/1ds-post-js": "^3.2.13",
|
||||||
"@parcel/watcher": "2.1.0",
|
"@parcel/watcher": "2.5.0",
|
||||||
|
"@types/semver": "^7.5.8",
|
||||||
|
"@vscode/deviceid": "^0.1.1",
|
||||||
"@vscode/iconv-lite-umd": "0.7.0",
|
"@vscode/iconv-lite-umd": "0.7.0",
|
||||||
"@vscode/policy-watcher": "^1.1.4",
|
"@vscode/policy-watcher": "^1.1.8",
|
||||||
"@vscode/proxy-agent": "^0.17.5",
|
"@vscode/proxy-agent": "^0.31.0",
|
||||||
"@vscode/ripgrep": "^1.15.6",
|
"@vscode/ripgrep": "^1.15.10",
|
||||||
"@vscode/spdlog": "^0.13.12",
|
"@vscode/spdlog": "^0.15.0",
|
||||||
"@vscode/sqlite3": "5.1.6-vscode",
|
"@vscode/sqlite3": "5.1.8-vscode",
|
||||||
"@vscode/sudo-prompt": "9.3.1",
|
"@vscode/sudo-prompt": "9.3.1",
|
||||||
|
"@vscode/tree-sitter-wasm": "^0.0.5",
|
||||||
"@vscode/vscode-languagedetection": "1.0.21",
|
"@vscode/vscode-languagedetection": "1.0.21",
|
||||||
"@vscode/windows-mutex": "^0.4.4",
|
"@vscode/windows-mutex": "^0.5.0",
|
||||||
"@vscode/windows-process-tree": "^0.5.0",
|
"@vscode/windows-process-tree": "^0.6.0",
|
||||||
"@vscode/windows-registry": "^1.1.0",
|
"@vscode/windows-registry": "^1.1.0",
|
||||||
"graceful-fs": "4.2.11",
|
"@xterm/addon-clipboard": "^0.2.0-beta.80",
|
||||||
|
"@xterm/addon-image": "^0.9.0-beta.97",
|
||||||
|
"@xterm/addon-ligatures": "^0.10.0-beta.97",
|
||||||
|
"@xterm/addon-progress": "^0.2.0-beta.3",
|
||||||
|
"@xterm/addon-search": "^0.16.0-beta.97",
|
||||||
|
"@xterm/addon-serialize": "^0.14.0-beta.97",
|
||||||
|
"@xterm/addon-unicode11": "^0.9.0-beta.97",
|
||||||
|
"@xterm/addon-webgl": "^0.19.0-beta.97",
|
||||||
|
"@xterm/headless": "^5.6.0-beta.97",
|
||||||
|
"@xterm/xterm": "^5.6.0-beta.97",
|
||||||
"http-proxy-agent": "^7.0.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^7.0.2",
|
"https-proxy-agent": "^7.0.2",
|
||||||
"jschardet": "3.0.0",
|
"jschardet": "3.1.4",
|
||||||
"kerberos": "^2.0.1",
|
"kerberos": "2.1.1",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"native-is-elevated": "0.7.0",
|
"native-is-elevated": "0.7.0",
|
||||||
"native-keymap": "^3.3.4",
|
"native-keymap": "^3.3.5",
|
||||||
"native-watchdog": "^1.4.1",
|
"native-watchdog": "^1.4.1",
|
||||||
"node-pty": "1.1.0-beta5",
|
"node-pty": "^1.1.0-beta22",
|
||||||
"tas-client-umd": "0.1.8",
|
"open": "^8.4.2",
|
||||||
"util": "^0.12.4",
|
"tas-client-umd": "0.2.0",
|
||||||
"v8-inspect-profiler": "^0.1.0",
|
"v8-inspect-profiler": "^0.1.1",
|
||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.2.0",
|
||||||
"xterm": "5.4.0-beta.32",
|
"yauzl": "^3.0.0",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.32",
|
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
|
||||||
"xterm-addon-search": "0.14.0-beta.31",
|
|
||||||
"xterm-addon-serialize": "0.12.0-beta.31",
|
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.31",
|
|
||||||
"xterm-addon-webgl": "0.17.0-beta.31",
|
|
||||||
"xterm-headless": "5.4.0-beta.32",
|
|
||||||
"yauzl": "^2.9.2",
|
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.1",
|
"@playwright/test": "^1.50.0",
|
||||||
"@swc/core": "1.3.62",
|
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
||||||
"@types/cookie": "^0.3.3",
|
"@types/cookie": "^0.3.3",
|
||||||
"@types/cssnano": "^4.0.0",
|
|
||||||
"@types/debug": "^4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/graceful-fs": "4.1.2",
|
"@types/eslint": "^9.6.1",
|
||||||
"@types/gulp-postcss": "^8.0.0",
|
|
||||||
"@types/gulp-svgmin": "^1.2.1",
|
"@types/gulp-svgmin": "^1.2.1",
|
||||||
"@types/http-proxy-agent": "^2.0.1",
|
"@types/http-proxy-agent": "^2.0.1",
|
||||||
"@types/kerberos": "^1.1.2",
|
"@types/kerberos": "^1.1.2",
|
||||||
"@types/minimist": "^1.2.1",
|
"@types/minimist": "^1.2.1",
|
||||||
"@types/mocha": "^9.1.1",
|
"@types/mocha": "^9.1.1",
|
||||||
"@types/node": "18.x",
|
"@types/node": "20.x",
|
||||||
"@types/sinon": "^10.0.2",
|
"@types/sinon": "^10.0.2",
|
||||||
"@types/sinon-test": "^2.4.2",
|
"@types/sinon-test": "^2.4.2",
|
||||||
"@types/trusted-types": "^1.0.6",
|
"@types/trusted-types": "^1.0.6",
|
||||||
"@types/vscode-notebook-renderer": "^1.72.0",
|
"@types/vscode-notebook-renderer": "^1.72.0",
|
||||||
"@types/webpack": "^5.28.1",
|
"@types/webpack": "^5.28.5",
|
||||||
"@types/wicg-file-system-access": "^2020.9.6",
|
"@types/wicg-file-system-access": "^2020.9.6",
|
||||||
"@types/windows-foreground-love": "^0.3.0",
|
"@types/windows-foreground-love": "^0.3.0",
|
||||||
"@types/winreg": "^1.2.30",
|
"@types/winreg": "^1.2.30",
|
||||||
"@types/yauzl": "^2.9.1",
|
"@types/yauzl": "^2.10.0",
|
||||||
"@types/yazl": "^2.4.2",
|
"@types/yazl": "^2.4.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
"@typescript-eslint/utils": "^8.8.0",
|
||||||
"@typescript-eslint/experimental-utils": "^5.57.0",
|
|
||||||
"@typescript-eslint/parser": "^5.57.0",
|
|
||||||
"@vscode/gulp-electron": "^1.36.0",
|
"@vscode/gulp-electron": "^1.36.0",
|
||||||
"@vscode/l10n-dev": "0.0.21",
|
"@vscode/l10n-dev": "0.0.35",
|
||||||
"@vscode/telemetry-extractor": "^1.9.10",
|
"@vscode/telemetry-extractor": "^1.10.2",
|
||||||
"@vscode/test-cli": "^0.0.3",
|
"@vscode/test-cli": "^0.0.6",
|
||||||
"@vscode/test-electron": "^2.3.5",
|
"@vscode/test-electron": "^2.4.0",
|
||||||
"@vscode/test-web": "^0.0.42",
|
"@vscode/test-web": "^0.0.62",
|
||||||
"@vscode/vscode-perf": "^0.0.14",
|
"@vscode/v8-heap-parser": "^0.1.0",
|
||||||
|
"@vscode/vscode-perf": "^0.0.19",
|
||||||
|
"@webgpu/types": "^0.1.44",
|
||||||
"ansi-colors": "^3.2.3",
|
"ansi-colors": "^3.2.3",
|
||||||
"asar": "^3.0.3",
|
"asar": "^3.0.3",
|
||||||
"chromium-pickle-js": "^0.2.0",
|
"chromium-pickle-js": "^0.2.0",
|
||||||
"cookie": "^0.4.0",
|
"cookie": "^0.7.2",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.7.3",
|
"css-loader": "^6.9.1",
|
||||||
"cssnano": "^4.1.11",
|
"cssnano": "^6.0.3",
|
||||||
"debounce": "^1.0.0",
|
"debounce": "^1.0.0",
|
||||||
"deemon": "^1.8.0",
|
"deemon": "^1.8.0",
|
||||||
"electron": "25.9.2",
|
"electron": "32.2.7",
|
||||||
"eslint": "8.36.0",
|
"eslint": "^9.11.1",
|
||||||
|
"eslint-formatter-compact": "^8.40.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-jsdoc": "^46.5.0",
|
"eslint-plugin-jsdoc": "^50.3.1",
|
||||||
"eslint-plugin-local": "^1.0.0",
|
"eslint-plugin-local": "^6.0.0",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
@ -163,15 +168,12 @@
|
|||||||
"gulp-azure-storage": "^0.12.1",
|
"gulp-azure-storage": "^0.12.1",
|
||||||
"gulp-bom": "^3.0.0",
|
"gulp-bom": "^3.0.0",
|
||||||
"gulp-buffer": "0.0.2",
|
"gulp-buffer": "0.0.2",
|
||||||
"gulp-concat": "^2.6.1",
|
|
||||||
"gulp-eslint": "^5.0.0",
|
|
||||||
"gulp-filter": "^5.1.0",
|
"gulp-filter": "^5.1.0",
|
||||||
"gulp-flatmap": "^1.0.2",
|
"gulp-flatmap": "^1.0.2",
|
||||||
"gulp-gunzip": "^1.0.0",
|
"gulp-gunzip": "^1.0.0",
|
||||||
"gulp-gzip": "^1.4.2",
|
"gulp-gzip": "^1.4.2",
|
||||||
"gulp-json-editor": "^2.5.0",
|
"gulp-json-editor": "^2.5.0",
|
||||||
"gulp-plumber": "^1.2.0",
|
"gulp-plumber": "^1.2.0",
|
||||||
"gulp-postcss": "^9.0.0",
|
|
||||||
"gulp-rename": "^1.2.0",
|
"gulp-rename": "^1.2.0",
|
||||||
"gulp-replace": "^0.5.4",
|
"gulp-replace": "^0.5.4",
|
||||||
"gulp-sourcemaps": "^3.0.0",
|
"gulp-sourcemaps": "^3.0.0",
|
||||||
@ -180,7 +182,7 @@
|
|||||||
"husky": "^0.13.1",
|
"husky": "^0.13.1",
|
||||||
"innosetup": "6.0.5",
|
"innosetup": "6.0.5",
|
||||||
"istanbul-lib-coverage": "^3.2.0",
|
"istanbul-lib-coverage": "^3.2.0",
|
||||||
"istanbul-lib-instrument": "^5.2.0",
|
"istanbul-lib-instrument": "^6.0.1",
|
||||||
"istanbul-lib-report": "^3.0.0",
|
"istanbul-lib-report": "^3.0.0",
|
||||||
"istanbul-lib-source-maps": "^4.0.1",
|
"istanbul-lib-source-maps": "^4.0.1",
|
||||||
"istanbul-reports": "^3.1.5",
|
"istanbul-reports": "^3.1.5",
|
||||||
@ -189,14 +191,15 @@
|
|||||||
"mime": "^1.4.1",
|
"mime": "^1.4.1",
|
||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"mkdirp": "^1.0.4",
|
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"mocha-junit-reporter": "^2.2.1",
|
"mocha-junit-reporter": "^2.2.1",
|
||||||
"mocha-multi-reporters": "^1.5.1",
|
"mocha-multi-reporters": "^1.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opn": "^6.0.0",
|
"os-browserify": "^0.3.0",
|
||||||
"p-all": "^1.0.0",
|
"p-all": "^1.0.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
|
"postcss": "^8.4.33",
|
||||||
|
"postcss-nesting": "^12.0.2",
|
||||||
"pump": "^1.0.1",
|
"pump": "^1.0.1",
|
||||||
"rcedit": "^1.1.0",
|
"rcedit": "^1.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
@ -205,18 +208,25 @@
|
|||||||
"source-map": "0.6.1",
|
"source-map": "0.6.1",
|
||||||
"source-map-support": "^0.3.2",
|
"source-map-support": "^0.3.2",
|
||||||
"style-loader": "^3.3.2",
|
"style-loader": "^3.3.2",
|
||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.5.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20231002",
|
"tslib": "^2.6.3",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript": "^5.8.0-dev.20250121",
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"typescript-eslint": "^8.8.0",
|
||||||
"webpack": "^5.77.0",
|
"util": "^0.12.4",
|
||||||
"webpack-cli": "^5.0.1",
|
"webpack": "^5.94.0",
|
||||||
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-stream": "^7.0.0",
|
"webpack-stream": "^7.0.0",
|
||||||
"xml2js": "^0.5.0",
|
"xml2js": "^0.5.0",
|
||||||
"yaserver": "^0.4.0"
|
"yaserver": "^0.4.0"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"node-gyp-build": "4.8.1",
|
||||||
|
"kerberos@2.1.1": {
|
||||||
|
"node-addon-api": "7.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/vscode.git"
|
"url": "https://github.com/microsoft/vscode.git"
|
||||||
|
@ -39,18 +39,26 @@
|
|||||||
"webUrl": "https://vscode.dev",
|
"webUrl": "https://vscode.dev",
|
||||||
"webEndpointUrl": "https://main.vscode-cdn.net",
|
"webEndpointUrl": "https://main.vscode-cdn.net",
|
||||||
"webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
|
"webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
|
||||||
|
"nlsCoreBaseUrl": "https://www.vscode-unpkg.net/nls/",
|
||||||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
||||||
"quality": "stable",
|
"quality": "stable",
|
||||||
"extensionsGallery": {
|
"extensionsGallery": {
|
||||||
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
||||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
||||||
"itemUrl": "https://marketplace.visualstudio.com/items",
|
"itemUrl": "https://marketplace.visualstudio.com/items",
|
||||||
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
||||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||||
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
|
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||||
|
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
|
||||||
},
|
},
|
||||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
"profileTemplatesUrl": "https://main.vscode-cdn.net/core/profile-templates.json",
|
||||||
|
"extensionPublisherOrgs": [
|
||||||
|
"microsoft"
|
||||||
|
],
|
||||||
|
"trustedExtensionPublishers": [
|
||||||
|
"microsoft",
|
||||||
|
"github"
|
||||||
|
],
|
||||||
"extensionRecommendations": {
|
"extensionRecommendations": {
|
||||||
"ms-dotnettools.csdevkit": {
|
"ms-dotnettools.csdevkit": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
@ -132,7 +140,8 @@
|
|||||||
"pathGlob": "{**/*.java}",
|
"pathGlob": "{**/*.java}",
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -141,7 +150,8 @@
|
|||||||
],
|
],
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -163,6 +173,14 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ms-toolsai.prompty": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/*.prompty}",
|
||||||
|
"important": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"ms-vscode.cpptools-extension-pack": {
|
"ms-vscode.cpptools-extension-pack": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -346,13 +364,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ms-vscode.vscode-typescript-tslint-plugin": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/tslint.json}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bmewburn.vscode-intelephense-client": {
|
"bmewburn.vscode-intelephense-client": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -402,13 +413,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"felipecaputo.git-project-manager": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/.gitignore,**/.git}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"eamodio.gitlens": {
|
"eamodio.gitlens": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -528,13 +532,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/skaffold.yaml}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Oracle.oracledevtools": {
|
"Oracle.oracledevtools": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -549,7 +546,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/application.properties}"
|
"pathGlob": "{**/application.properties}"
|
||||||
@ -559,10 +556,12 @@
|
|||||||
"GitHub.copilot": {
|
"GitHub.copilot": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
|
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.py,**/*.go,**/*.rb,**/*.html,**/*.css,**/*.php,**/*.cpp,**/*.vue,**/*.c,**/*.sql,**/*.java,**/*.cs,**/*.rs,**/*.dart,**/*.ps,**/*.ps1,**/*.tex}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"onSettingsEditorOpen": {}
|
"onSettingsEditorOpen": {
|
||||||
|
"descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"GitHub.vscode-github-actions": {
|
"GitHub.vscode-github-actions": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
@ -594,6 +593,14 @@
|
|||||||
"important": true
|
"important": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"Redis.redis-for-vscode": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}",
|
||||||
|
"important": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keymapExtensionTips": [
|
"keymapExtensionTips": [
|
||||||
@ -658,10 +665,11 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"name": "Spring Boot Extension Pack",
|
"name": "Spring Boot Extension Pack",
|
||||||
"isExtensionPack": true
|
"isExtensionPack": true
|
||||||
}
|
}
|
||||||
@ -676,7 +684,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -819,8 +828,11 @@
|
|||||||
"friendlyName": "Azure CLI",
|
"friendlyName": "Azure CLI",
|
||||||
"windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
|
"windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-vscode.azurecli": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure CLI Tools"
|
"name": "Azure Tools"
|
||||||
|
},
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -828,11 +840,11 @@
|
|||||||
"friendlyName": "Azure Dev CLI",
|
"friendlyName": "Azure Dev CLI",
|
||||||
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe",
|
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-azuretools.azure-dev": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure Developer CLI"
|
"name": "Azure Tools"
|
||||||
},
|
},
|
||||||
"ms-azuretools.vscode-azureresourcegroups": {
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
"name": "Azure Resources"
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -840,11 +852,11 @@
|
|||||||
"friendlyName": "Azure Dev CLI",
|
"friendlyName": "Azure Dev CLI",
|
||||||
"windowsPath": "%ProgramFiles%\\Azure Dev CLI\\azd.exe",
|
"windowsPath": "%ProgramFiles%\\Azure Dev CLI\\azd.exe",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-azuretools.azure-dev": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure Developer CLI"
|
"name": "Azure Tools"
|
||||||
},
|
},
|
||||||
"ms-azuretools.vscode-azureresourcegroups": {
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
"name": "Azure Resources"
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -942,9 +954,6 @@
|
|||||||
},
|
},
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -958,9 +967,6 @@
|
|||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
},
|
|
||||||
"ms-vscode-remote.remote-containers": {
|
"ms-vscode-remote.remote-containers": {
|
||||||
"name": "Dev Containers"
|
"name": "Dev Containers"
|
||||||
}
|
}
|
||||||
@ -1080,7 +1086,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1093,7 +1100,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1196,9 +1204,6 @@
|
|||||||
},
|
},
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1211,9 +1216,6 @@
|
|||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
},
|
|
||||||
"ms-vscode-remote.remote-containers": {
|
"ms-vscode-remote.remote-containers": {
|
||||||
"name": "Dev Containers"
|
"name": "Dev Containers"
|
||||||
}
|
}
|
||||||
@ -1656,7 +1658,6 @@
|
|||||||
"companyName": "Microsoft"
|
"companyName": "Microsoft"
|
||||||
},
|
},
|
||||||
"appCenter": {
|
"appCenter": {
|
||||||
"win32-ia32": "appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41",
|
|
||||||
"win32-x64": "appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662",
|
"win32-x64": "appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662",
|
||||||
"win32-arm64": "appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7",
|
"win32-arm64": "appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7",
|
||||||
"linux-x64": "appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171",
|
"linux-x64": "appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171",
|
||||||
@ -1697,7 +1698,6 @@
|
|||||||
"privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
"privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
||||||
"showTelemetryOptOut": true,
|
"showTelemetryOptOut": true,
|
||||||
"npsSurveyUrl": "https://aka.ms/vscode-nps",
|
"npsSurveyUrl": "https://aka.ms/vscode-nps",
|
||||||
"cesSurveyUrl": "https://aka.ms/new-to-vscode-feedback",
|
|
||||||
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
||||||
"electronRepository": "Microsoft/vscode-electron-prebuilt",
|
"electronRepository": "Microsoft/vscode-electron-prebuilt",
|
||||||
"nodejsRepository": "Microsoft/vscode-node",
|
"nodejsRepository": "Microsoft/vscode-node",
|
||||||
@ -1736,12 +1736,19 @@
|
|||||||
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
||||||
"languageId": "csharp",
|
"languageId": "csharp",
|
||||||
"editCount": 10,
|
"editCount": 10,
|
||||||
"userProbability": 0.05
|
"userProbability": 0.1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"extensionsEnabledWithApiProposalVersion": [
|
||||||
|
"GitHub.copilot-chat",
|
||||||
|
"ms-vscode.vscode-commander",
|
||||||
|
"ms-vscode.vscode-copilot-vision"
|
||||||
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"testRelatedCode",
|
||||||
|
"attributableCoverage"
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -1770,17 +1777,29 @@
|
|||||||
"resolvers"
|
"resolvers"
|
||||||
],
|
],
|
||||||
"ms-python.python": [
|
"ms-python.python": [
|
||||||
|
"codeActionAI",
|
||||||
"contribEditorContentMenu",
|
"contribEditorContentMenu",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"saveEditor"
|
"terminalExecuteCommandEvent",
|
||||||
|
"contribIssueReporter",
|
||||||
|
"notebookReplDocument",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
|
],
|
||||||
|
"ms-python.vscode-python-envs": [
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"chatVariableResolver",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging",
|
"notebookMessaging"
|
||||||
"languageConfigurationAutoClosingPairs"
|
|
||||||
],
|
],
|
||||||
"GitHub.codespaces": [
|
"GitHub.codespaces": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
@ -1846,6 +1865,7 @@
|
|||||||
"ms-vscode-remote.remote-containers": [
|
"ms-vscode-remote.remote-containers": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
"resolvers",
|
"resolvers",
|
||||||
|
"portsAttributes",
|
||||||
"tunnels",
|
"tunnels",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"terminalDimensions",
|
"terminalDimensions",
|
||||||
@ -1865,18 +1885,27 @@
|
|||||||
"speech"
|
"speech"
|
||||||
],
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"contribCommentThreadAdditionalMenu",
|
"activeComment",
|
||||||
"tokenInformation",
|
|
||||||
"contribShareMenu",
|
|
||||||
"fileComments",
|
|
||||||
"contribCommentPeekContext",
|
|
||||||
"codiconDecoration",
|
"codiconDecoration",
|
||||||
"diffCommand",
|
"codeActionRanges",
|
||||||
|
"commentingRangeHint",
|
||||||
|
"commentReactor",
|
||||||
|
"commentReveal",
|
||||||
|
"commentThreadApplicability",
|
||||||
|
"contribAccessibilityHelpContent",
|
||||||
"contribCommentEditorActionsMenu",
|
"contribCommentEditorActionsMenu",
|
||||||
"readonlyMessage",
|
"contribCommentPeekContext",
|
||||||
"treeViewMarkdownMessage",
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"contribEditorContentMenu",
|
||||||
|
"contribMultiDiffEditorMenus",
|
||||||
|
"contribShareMenu",
|
||||||
|
"diffCommand",
|
||||||
|
"quickDiffProvider",
|
||||||
"shareProvider",
|
"shareProvider",
|
||||||
"quickDiffProvider"
|
"tabInputTextMerge",
|
||||||
|
"tokenInformation",
|
||||||
|
"treeViewMarkdownMessage"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -1885,25 +1914,41 @@
|
|||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"handleIssueUri",
|
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatVariables",
|
"chatParticipantAdditions",
|
||||||
"chatAgents",
|
"defaultChatParticipant",
|
||||||
"chatAgents2",
|
"embeddings",
|
||||||
"chatAgents2Additions",
|
"chatEditing",
|
||||||
"defaultChatAgent",
|
"chatVariableResolver",
|
||||||
"readonlyMessage",
|
|
||||||
"chatProvider",
|
"chatProvider",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
"codeActionAI",
|
"codeActionAI",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"textSearchProvider"
|
"textSearchProvider",
|
||||||
|
"textSearchProvider2",
|
||||||
|
"activeComment",
|
||||||
|
"commentReveal",
|
||||||
|
"contribSourceControlInputBoxMenu",
|
||||||
|
"contribCommentEditorActionsMenu",
|
||||||
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"newSymbolNamesProvider",
|
||||||
|
"findFiles2",
|
||||||
|
"extensionsAny",
|
||||||
|
"authLearnMore",
|
||||||
|
"testObserver",
|
||||||
|
"aiTextSearchProvider",
|
||||||
|
"chatReadonlyPromptReference",
|
||||||
|
"documentFiltersExclusive",
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"contribDebugCreateConfiguration",
|
||||||
|
"inlineEdit",
|
||||||
|
"chatReferenceBinaryData"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@ -1923,10 +1968,11 @@
|
|||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
"ms-python.vscode-pylance": [
|
"ms-python.vscode-pylance": [],
|
||||||
"notebookCellExecutionState"
|
|
||||||
],
|
|
||||||
"ms-python.debugpy": [
|
"ms-python.debugpy": [
|
||||||
|
"contribIssueReporter",
|
||||||
|
"contribViewsWelcome",
|
||||||
|
"debugVisualization",
|
||||||
"portsAttributes"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
"ms-toolsai.jupyter-renderers": [
|
"ms-toolsai.jupyter-renderers": [
|
||||||
@ -1936,7 +1982,6 @@
|
|||||||
"notebookDeprecated",
|
"notebookDeprecated",
|
||||||
"notebookMessaging",
|
"notebookMessaging",
|
||||||
"notebookMime",
|
"notebookMime",
|
||||||
"notebookCellExecutionState",
|
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"notebookKernelSource",
|
"notebookKernelSource",
|
||||||
@ -1944,29 +1989,32 @@
|
|||||||
"notebookControllerAffinityHidden",
|
"notebookControllerAffinityHidden",
|
||||||
"contribNotebookStaticPreloads",
|
"contribNotebookStaticPreloads",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"notebookExecution"
|
"notebookExecution",
|
||||||
|
"notebookCellExecution",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"notebookReplDocument"
|
||||||
],
|
],
|
||||||
"dbaeumer.vscode-eslint": [
|
"ms-toolsai.tensorboard": [
|
||||||
"notebookCellExecutionState"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
|
"dbaeumer.vscode-eslint": [],
|
||||||
"ms-vscode.azure-sphere-tools-ui": [
|
"ms-vscode.azure-sphere-tools-ui": [
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureappservice": [
|
"ms-azuretools.vscode-azureappservice": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureresourcegroups": [
|
|
||||||
"authGetSessions"
|
|
||||||
],
|
|
||||||
"ms-vscode.anycode": [
|
"ms-vscode.anycode": [
|
||||||
"extensionsAny"
|
"extensionsAny"
|
||||||
],
|
],
|
||||||
"ms-vscode.cpptools": [
|
"ms-vscode.cpptools": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent",
|
||||||
|
"chatParticipantAdditions"
|
||||||
],
|
],
|
||||||
"redhat.java": [
|
"redhat.java": [
|
||||||
"documentPaste"
|
"documentPaste"
|
||||||
],
|
],
|
||||||
|
"vscjava.vscode-java-pack": [],
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
@ -1980,12 +2028,26 @@
|
|||||||
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
|
],
|
||||||
|
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"languageModelSystem"
|
||||||
|
],
|
||||||
|
"ms-toolsai.datawrangler": [],
|
||||||
|
"ms-vscode.vscode-commander": [],
|
||||||
|
"ms-vscode.vscode-websearchforcopilot": [],
|
||||||
|
"ms-vscode.vscode-copilot-data-analysis": [
|
||||||
|
"chatVariableResolver",
|
||||||
|
"chatProvider"
|
||||||
|
],
|
||||||
|
"ms-vscode.vscode-copilot-vision": [
|
||||||
|
"chatReferenceBinaryData",
|
||||||
|
"codeActionAI"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tasConfig": {
|
"tasConfig": {
|
||||||
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
||||||
"telemetryEventName": "query-expfeature",
|
"telemetryEventName": "query-expfeature",
|
||||||
"featuresTelemetryPropertyName": "VSCode.ABExp.Features",
|
|
||||||
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
||||||
},
|
},
|
||||||
"extensionKind": {
|
"extensionKind": {
|
||||||
@ -2176,28 +2238,61 @@
|
|||||||
"https://*.vscode.dev",
|
"https://*.vscode.dev",
|
||||||
"https://*.github.dev",
|
"https://*.github.dev",
|
||||||
"https://gh.io",
|
"https://gh.io",
|
||||||
"https://portal.azure.com"
|
"https://portal.azure.com",
|
||||||
|
"https://raw.githubusercontent.com",
|
||||||
|
"https://private-user-images.githubusercontent.com",
|
||||||
|
"https://avatars.githubusercontent.com"
|
||||||
],
|
],
|
||||||
"trustedExtensionAuthAccess": [
|
"trustedExtensionAuthAccess": {
|
||||||
"vscode.git",
|
"github": [
|
||||||
"vscode.github",
|
"vscode.github",
|
||||||
"ms-vscode.remote-repositories",
|
|
||||||
"github.remotehub",
|
"github.remotehub",
|
||||||
"ms-vscode.azure-repos",
|
|
||||||
"ms-vscode.remote-server",
|
"ms-vscode.remote-server",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"github.codespaces",
|
"github.codespaces",
|
||||||
"ms-vsliveshare.vsliveshare",
|
|
||||||
"github.copilot",
|
"github.copilot",
|
||||||
"github.copilot-chat",
|
"github.copilot-chat",
|
||||||
"ms-azuretools.vscode-azureresourcegroups",
|
"ms-vsliveshare.vsliveshare"
|
||||||
"ms-edu.vscode-learning"
|
|
||||||
],
|
],
|
||||||
|
"github-enterprise": [
|
||||||
|
"vscode.github",
|
||||||
|
"github.remotehub",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"github.vscode-pull-request-github",
|
||||||
|
"github.codespaces",
|
||||||
|
"github.copilot",
|
||||||
|
"github.copilot-chat",
|
||||||
|
"ms-vsliveshare.vsliveshare"
|
||||||
|
],
|
||||||
|
"microsoft": [
|
||||||
|
"ms-vscode.azure-repos",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"ms-azuretools.vscode-azureresourcegroups",
|
||||||
|
"ms-edu.vscode-learning",
|
||||||
|
"ms-toolsai.vscode-ai",
|
||||||
|
"ms-toolsai.vscode-ai-remote"
|
||||||
|
],
|
||||||
|
"microsoft-sovereign-cloud": [
|
||||||
|
"ms-vscode.azure-repos",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"ms-azuretools.vscode-azureresourcegroups",
|
||||||
|
"ms-edu.vscode-learning",
|
||||||
|
"ms-toolsai.vscode-ai",
|
||||||
|
"ms-toolsai.vscode-ai-remote"
|
||||||
|
]
|
||||||
|
},
|
||||||
"trustedExtensionProtocolHandlers": [
|
"trustedExtensionProtocolHandlers": [
|
||||||
"vscode.git",
|
"vscode.git",
|
||||||
"vscode.github-authentication",
|
"vscode.github-authentication",
|
||||||
"vscode.microsoft-authentication"
|
"vscode.microsoft-authentication"
|
||||||
],
|
],
|
||||||
|
"inheritAuthAccountPreference": {
|
||||||
|
"github.copilot": [
|
||||||
|
"github.copilot-chat"
|
||||||
|
]
|
||||||
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
||||||
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
||||||
@ -2267,6 +2362,13 @@
|
|||||||
"user:email",
|
"user:email",
|
||||||
"read:org"
|
"read:org"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"microsoft": {
|
||||||
|
"scopes": [
|
||||||
|
"46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default",
|
||||||
|
"profile",
|
||||||
|
"openid"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2287,11 +2389,53 @@
|
|||||||
"files.associations",
|
"files.associations",
|
||||||
"workbench.editor.enablePreview"
|
"workbench.editor.enablePreview"
|
||||||
],
|
],
|
||||||
|
"aiGeneratedWorkspaceTrust": {
|
||||||
|
"title": "This workspace was generated by GitHub Copilot",
|
||||||
|
"checkboxText": "Trust the contents of all files in this workspace",
|
||||||
|
"trustOption": "Yes, I trust the contents",
|
||||||
|
"dontTrustOption": "No, I don't trust the contents",
|
||||||
|
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
||||||
|
},
|
||||||
|
"defaultChatAgent": {
|
||||||
|
"extensionId": "GitHub.copilot",
|
||||||
|
"chatExtensionId": "GitHub.copilot-chat",
|
||||||
|
"documentationUrl": "https://aka.ms/github-copilot-overview",
|
||||||
|
"termsStatementUrl": "https://aka.ms/github-copilot-terms-statement",
|
||||||
|
"privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement",
|
||||||
|
"skusDocumentationUrl": "https://aka.ms/github-copilot-plans",
|
||||||
|
"publicCodeMatchesUrl": "https://aka.ms/github-copilot-match-public-code",
|
||||||
|
"manageSettingsUrl": "https://aka.ms/github-copilot-settings",
|
||||||
|
"managePlanUrl": "https://aka.ms/github-copilot-manage-plan",
|
||||||
|
"upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
|
||||||
|
"providerId": "github",
|
||||||
|
"providerName": "GitHub",
|
||||||
|
"enterpriseProviderId": "github-enterprise",
|
||||||
|
"enterpriseProviderName": "GHE.com",
|
||||||
|
"providerSetting": "github.copilot.advanced.authProvider",
|
||||||
|
"providerUriSetting": "github-enterprise.uri",
|
||||||
|
"providerScopes": [
|
||||||
|
[
|
||||||
|
"user:email"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"read:user"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"read:user",
|
||||||
|
"user:email",
|
||||||
|
"repo",
|
||||||
|
"workflow"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
||||||
|
"entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user"
|
||||||
|
},
|
||||||
|
"chatParticipantRegistry": "https://main.vscode-cdn.net/extensions/chat.json",
|
||||||
"builtInExtensions": [
|
"builtInExtensions": [
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug-companion",
|
"name": "ms-vscode.js-debug-companion",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
|
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
||||||
@ -2306,9 +2450,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug",
|
"name": "ms-vscode.js-debug",
|
||||||
"version": "1.84.0",
|
"version": "1.97.1",
|
||||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
"sha256": "977dd854805547702e312e176f68a1b142fa123f228258f47f0964560ad32496",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||||
|
"vsix": "resources/common/ms-vscode.js-debug.1.97.1.universal.vsix",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||||
"publisherId": {
|
"publisherId": {
|
||||||
@ -2322,8 +2467,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.vscode-js-profile-table",
|
"name": "ms-vscode.vscode-js-profile-table",
|
||||||
"version": "1.0.3",
|
"version": "1.0.10",
|
||||||
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
|
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||||
@ -2335,59 +2480,18 @@
|
|||||||
},
|
},
|
||||||
"publisherDisplayName": "Microsoft"
|
"publisherDisplayName": "Microsoft"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ms-vscode-remote.remote-wsl-recommender",
|
|
||||||
"version": "0.0.19",
|
|
||||||
"sha256": "926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa",
|
|
||||||
"repo": "https://github.com/microsoft/vscode-remote-wsl-recommender",
|
|
||||||
"metadata": {
|
|
||||||
"id": "cb296d3c-017a-4dee-83af-ebb5a5a16e9a",
|
|
||||||
"publisherId": {
|
|
||||||
"publisherId": "ac9410a2-0d75-40ec-90de-b59bb705801d",
|
|
||||||
"publisherName": "ms-vscode-remote",
|
|
||||||
"displayName": "Microsoft",
|
|
||||||
"flags": "verified"
|
|
||||||
},
|
|
||||||
"publisherDisplayName": "Microsoft"
|
|
||||||
},
|
|
||||||
"platforms": [
|
|
||||||
"win32"
|
|
||||||
],
|
|
||||||
"clientOnly": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aiGeneratedWorkspaceTrust": {
|
"commit": "e54c774e0add60467559eb0d1e229c6452cf8447",
|
||||||
"title": "This workspace was generated by GitHub Copilot",
|
"date": "2025-02-12T23:20:35.343Z",
|
||||||
"checkboxText": "Trust the contents of all files in this workspace",
|
|
||||||
"trustOption": "Yes, I trust the contents",
|
|
||||||
"dontTrustOption": "No, I don't trust the contents",
|
|
||||||
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
|
||||||
},
|
|
||||||
"gitHubEntitlement": {
|
|
||||||
"providerId": "github",
|
|
||||||
"command": {
|
|
||||||
"title": "Install GitHub Copilot (Paid for by {{org}})",
|
|
||||||
"titleWithoutPlaceHolder": "Install GitHub Copilot",
|
|
||||||
"action": "workbench.extensions.installExtension",
|
|
||||||
"when": "workbench.accounts.experimental.showEntitlements"
|
|
||||||
},
|
|
||||||
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
|
||||||
"extensionId": "github.copilot",
|
|
||||||
"enablementKey": "chat_enabled",
|
|
||||||
"confirmationAction": "Install",
|
|
||||||
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
|
|
||||||
},
|
|
||||||
"commit": "d037ac076cee195194f93ce6fe2bdfe2969cc82d",
|
|
||||||
"date": "2023-11-01T11:29:04.398Z",
|
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "KHZHxB1OYoF7HZVmMdEd2w",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "qqnrMnCxSWc4VTYVX0wg9rkNmrdCO0eTLgUWj+56ME0",
|
||||||
"vs/workbench/workbench.desktop.main.js": "t1RjXiziCVXbYceYGRrZIg",
|
"vs/workbench/workbench.desktop.main.js": "C9+SQjw3JDVPg5Cj5aMZ8twfVm2Gcw8B7n8/X9J0ceY",
|
||||||
"vs/workbench/workbench.desktop.main.css": "nnTNzl4zg2YNxrRFaHojeA",
|
"vs/workbench/workbench.desktop.main.css": "CJ/Yvw5We8dVMN48WCjU6QKxKVNntmUx0DIjh5DpOdg",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "IQLdItg6yjjxlenKjQeODg",
|
"vs/workbench/api/node/extensionHostProcess.js": "w65/H30NVdZ9UcF+ntqDSllXA4BiMtNl5Ko7eTbgD6A",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "I66875UGSqFsMswHTWQYMA"
|
"vs/code/electron-sandbox/workbench/workbench.js": "rjE3yNDGEaJHCnqpbKwfERUzOcPtAUEWVYu+3DibuzU"
|
||||||
},
|
},
|
||||||
"version": "1.84.0",
|
"version": "1.97.2",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "VSCodium",
|
"name": "VSCodium",
|
||||||
"version": "1.84.0",
|
"version": "1.97.2",
|
||||||
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
"distro": "a9c92d9048a3323ec0c54285b198e2b9fb4e8853",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "VSCodium"
|
"name": "VSCodium"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./out/main",
|
"main": "./out/main.js",
|
||||||
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo Please run any of the test scripts from the scripts folder.",
|
"test": "echo Please run any of the test scripts from the scripts folder.",
|
||||||
@ -16,27 +17,27 @@
|
|||||||
"test-extension": "vscode-test",
|
"test-extension": "vscode-test",
|
||||||
"preinstall": "node build/npm/preinstall.js",
|
"preinstall": "node build/npm/preinstall.js",
|
||||||
"postinstall": "node build/npm/postinstall.js",
|
"postinstall": "node build/npm/postinstall.js",
|
||||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
"compile": "node ./node_modules/gulp/bin/gulp.js compile",
|
||||||
"watch": "npm-run-all -lp watch-client watch-extensions",
|
"watch": "npm-run-all -lp watch-client watch-extensions",
|
||||||
"watchd": "deemon yarn watch",
|
"watchd": "deemon npm run watch",
|
||||||
"watch-webd": "deemon yarn watch-web",
|
"watch-webd": "deemon npm run watch-web",
|
||||||
"kill-watchd": "deemon --kill yarn watch",
|
"kill-watchd": "deemon --kill npm run watch",
|
||||||
"kill-watch-webd": "deemon --kill yarn watch-web",
|
"kill-watch-webd": "deemon --kill npm run watch-web",
|
||||||
"restart-watchd": "deemon --restart yarn watch",
|
"restart-watchd": "deemon --restart npm run watch",
|
||||||
"restart-watch-webd": "deemon --restart yarn watch-web",
|
"restart-watch-webd": "deemon --restart npm run watch-web",
|
||||||
"watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
|
"watch-client": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-client",
|
||||||
"watch-clientd": "deemon yarn watch-client",
|
"watch-clientd": "deemon npm run watch-client",
|
||||||
"kill-watch-clientd": "deemon --kill yarn watch-client",
|
"kill-watch-clientd": "deemon --kill npm run watch-client",
|
||||||
"watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
"watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
||||||
"watch-extensionsd": "deemon yarn watch-extensions",
|
"watch-extensionsd": "deemon npm run watch-extensions",
|
||||||
"kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
|
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
|
||||||
"precommit": "node build/hygiene.js",
|
"precommit": "node build/hygiene.js",
|
||||||
"gulp": "node --max_old_space_size=8192 ./node_modules/gulp/bin/gulp.js",
|
"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
|
||||||
"electron": "node build/lib/electron",
|
"electron": "node build/lib/electron",
|
||||||
"7z": "7z",
|
"7z": "7z",
|
||||||
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
||||||
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
||||||
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && yarn compile && node test/index.js",
|
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && npm run compile && node test/index.js",
|
||||||
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
||||||
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
||||||
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
||||||
@ -45,116 +46,120 @@
|
|||||||
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
||||||
"valid-layers-check": "node build/lib/layersChecker.js",
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
||||||
"update-distro": "node build/npm/update-distro.mjs",
|
"update-distro": "node build/npm/update-distro.mjs",
|
||||||
"web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
"web": "echo 'npm run web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
||||||
"compile-cli": "gulp compile-cli",
|
"compile-cli": "gulp compile-cli",
|
||||||
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
|
"compile-web": "node ./node_modules/gulp/bin/gulp.js compile-web",
|
||||||
"watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
|
"watch-web": "node ./node_modules/gulp/bin/gulp.js watch-web",
|
||||||
"watch-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli",
|
"watch-cli": "node ./node_modules/gulp/bin/gulp.js watch-cli",
|
||||||
"eslint": "node build/eslint",
|
"eslint": "node build/eslint",
|
||||||
"stylelint": "node build/stylelint",
|
"stylelint": "node build/stylelint",
|
||||||
"playwright-install": "node build/azure-pipelines/common/installPlaywright.js",
|
"playwright-install": "npm exec playwright install",
|
||||||
"compile-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-build",
|
"compile-build": "node ./node_modules/gulp/bin/gulp.js compile-build",
|
||||||
"compile-extensions-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
"compile-extensions-build": "node ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
||||||
"minify-vscode": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode",
|
"minify-vscode": "node ./node_modules/gulp/bin/gulp.js minify-vscode",
|
||||||
"minify-vscode-reh": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
"minify-vscode-reh": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
||||||
"minify-vscode-reh-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
"minify-vscode-reh-web": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
||||||
"hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
|
"hygiene": "node ./node_modules/gulp/bin/gulp.js hygiene",
|
||||||
"core-ci": "node --max_old_space_size=8095 ./node_modules/gulp/bin/gulp.js core-ci",
|
"core-ci": "node ./node_modules/gulp/bin/gulp.js core-ci",
|
||||||
"core-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
"core-ci-pr": "node ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
||||||
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci",
|
"extensions-ci": "node ./node_modules/gulp/bin/gulp.js extensions-ci",
|
||||||
"extensions-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
"extensions-ci-pr": "node ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
||||||
"perf": "node scripts/code-perf.js"
|
"perf": "node scripts/code-perf.js",
|
||||||
|
"update-build-ts-version": "npm install typescript@next && tsc -p ./build/tsconfig.build.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/1ds-core-js": "^3.2.13",
|
"@microsoft/1ds-core-js": "^3.2.13",
|
||||||
"@microsoft/1ds-post-js": "^3.2.13",
|
"@microsoft/1ds-post-js": "^3.2.13",
|
||||||
"@parcel/watcher": "2.1.0",
|
"@parcel/watcher": "2.5.0",
|
||||||
|
"@types/semver": "^7.5.8",
|
||||||
|
"@vscode/deviceid": "^0.1.1",
|
||||||
"@vscode/iconv-lite-umd": "0.7.0",
|
"@vscode/iconv-lite-umd": "0.7.0",
|
||||||
"@vscode/policy-watcher": "^1.1.4",
|
"@vscodium/policy-watcher": "^1.1.8-2501211616",
|
||||||
"@vscode/proxy-agent": "^0.17.5",
|
"@vscode/proxy-agent": "^0.31.0",
|
||||||
"@vscode/ripgrep": "^1.15.6",
|
"@vscode/ripgrep": "^1.15.10",
|
||||||
"@vscode/spdlog": "^0.13.12",
|
"@vscode/spdlog": "^0.15.0",
|
||||||
"@vscode/sqlite3": "5.1.6-vscode",
|
"@vscode/sqlite3": "5.1.8-vscode",
|
||||||
"@vscode/sudo-prompt": "9.3.1",
|
"@vscode/sudo-prompt": "9.3.1",
|
||||||
|
"@vscode/tree-sitter-wasm": "^0.0.5",
|
||||||
"@vscode/vscode-languagedetection": "1.0.21",
|
"@vscode/vscode-languagedetection": "1.0.21",
|
||||||
"@vscode/windows-mutex": "^0.4.4",
|
"@vscode/windows-mutex": "^0.5.0",
|
||||||
"@vscode/windows-process-tree": "^0.5.0",
|
"@vscode/windows-process-tree": "^0.6.0",
|
||||||
"@vscode/windows-registry": "^1.1.0",
|
"@vscode/windows-registry": "^1.1.0",
|
||||||
"graceful-fs": "4.2.11",
|
"@xterm/addon-clipboard": "^0.2.0-beta.80",
|
||||||
|
"@xterm/addon-image": "^0.9.0-beta.97",
|
||||||
|
"@xterm/addon-ligatures": "^0.10.0-beta.97",
|
||||||
|
"@xterm/addon-progress": "^0.2.0-beta.3",
|
||||||
|
"@xterm/addon-search": "^0.16.0-beta.97",
|
||||||
|
"@xterm/addon-serialize": "^0.14.0-beta.97",
|
||||||
|
"@xterm/addon-unicode11": "^0.9.0-beta.97",
|
||||||
|
"@xterm/addon-webgl": "^0.19.0-beta.97",
|
||||||
|
"@xterm/headless": "^5.6.0-beta.97",
|
||||||
|
"@xterm/xterm": "^5.6.0-beta.97",
|
||||||
"http-proxy-agent": "^7.0.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^7.0.2",
|
"https-proxy-agent": "^7.0.2",
|
||||||
"jschardet": "3.0.0",
|
"jschardet": "3.1.4",
|
||||||
"kerberos": "^2.0.1",
|
"kerberos": "2.1.1",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"native-is-elevated": "0.7.0",
|
"native-is-elevated": "0.7.0",
|
||||||
"native-keymap": "^3.3.4",
|
"native-keymap": "^3.3.5",
|
||||||
"native-watchdog": "^1.4.1",
|
"native-watchdog": "^1.4.1",
|
||||||
"node-pty": "1.1.0-beta5",
|
"node-pty": "^1.1.0-beta22",
|
||||||
"tas-client-umd": "0.1.8",
|
"open": "^8.4.2",
|
||||||
"util": "^0.12.4",
|
"tas-client-umd": "0.2.0",
|
||||||
"v8-inspect-profiler": "^0.1.0",
|
"v8-inspect-profiler": "^0.1.1",
|
||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.2.0",
|
||||||
"xterm": "5.4.0-beta.32",
|
"yauzl": "^3.0.0",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.32",
|
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
|
||||||
"xterm-addon-search": "0.14.0-beta.31",
|
|
||||||
"xterm-addon-serialize": "0.12.0-beta.31",
|
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.31",
|
|
||||||
"xterm-addon-webgl": "0.17.0-beta.31",
|
|
||||||
"xterm-headless": "5.4.0-beta.32",
|
|
||||||
"yauzl": "^2.9.2",
|
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.1",
|
"@playwright/test": "^1.50.0",
|
||||||
"@swc/core": "1.3.62",
|
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
||||||
"@types/cookie": "^0.3.3",
|
"@types/cookie": "^0.3.3",
|
||||||
"@types/cssnano": "^4.0.0",
|
|
||||||
"@types/debug": "^4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/graceful-fs": "4.1.2",
|
"@types/eslint": "^9.6.1",
|
||||||
"@types/gulp-postcss": "^8.0.0",
|
|
||||||
"@types/gulp-svgmin": "^1.2.1",
|
"@types/gulp-svgmin": "^1.2.1",
|
||||||
"@types/http-proxy-agent": "^2.0.1",
|
"@types/http-proxy-agent": "^2.0.1",
|
||||||
"@types/kerberos": "^1.1.2",
|
"@types/kerberos": "^1.1.2",
|
||||||
"@types/minimist": "^1.2.1",
|
"@types/minimist": "^1.2.1",
|
||||||
"@types/mocha": "^9.1.1",
|
"@types/mocha": "^9.1.1",
|
||||||
"@types/node": "18.x",
|
"@types/node": "20.x",
|
||||||
"@types/sinon": "^10.0.2",
|
"@types/sinon": "^10.0.2",
|
||||||
"@types/sinon-test": "^2.4.2",
|
"@types/sinon-test": "^2.4.2",
|
||||||
"@types/trusted-types": "^1.0.6",
|
"@types/trusted-types": "^1.0.6",
|
||||||
"@types/vscode-notebook-renderer": "^1.72.0",
|
"@types/vscode-notebook-renderer": "^1.72.0",
|
||||||
"@types/webpack": "^5.28.1",
|
"@types/webpack": "^5.28.5",
|
||||||
"@types/wicg-file-system-access": "^2020.9.6",
|
"@types/wicg-file-system-access": "^2020.9.6",
|
||||||
"@types/windows-foreground-love": "^0.3.0",
|
"@types/windows-foreground-love": "^0.3.0",
|
||||||
"@types/winreg": "^1.2.30",
|
"@types/winreg": "^1.2.30",
|
||||||
"@types/yauzl": "^2.9.1",
|
"@types/yauzl": "^2.10.0",
|
||||||
"@types/yazl": "^2.4.2",
|
"@types/yazl": "^2.4.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
"@typescript-eslint/utils": "^8.8.0",
|
||||||
"@typescript-eslint/experimental-utils": "^5.57.0",
|
|
||||||
"@typescript-eslint/parser": "^5.57.0",
|
|
||||||
"@vscode/gulp-electron": "^1.36.0",
|
"@vscode/gulp-electron": "^1.36.0",
|
||||||
"@vscode/l10n-dev": "0.0.21",
|
"@vscode/l10n-dev": "0.0.35",
|
||||||
"@vscode/telemetry-extractor": "^1.9.10",
|
"@vscode/telemetry-extractor": "^1.10.2",
|
||||||
"@vscode/test-cli": "^0.0.3",
|
"@vscode/test-cli": "^0.0.6",
|
||||||
"@vscode/test-electron": "^2.3.5",
|
"@vscode/test-electron": "^2.4.0",
|
||||||
"@vscode/test-web": "^0.0.42",
|
"@vscode/test-web": "^0.0.62",
|
||||||
"@vscode/vscode-perf": "^0.0.14",
|
"@vscode/v8-heap-parser": "^0.1.0",
|
||||||
|
"@vscode/vscode-perf": "^0.0.19",
|
||||||
|
"@webgpu/types": "^0.1.44",
|
||||||
"ansi-colors": "^3.2.3",
|
"ansi-colors": "^3.2.3",
|
||||||
"asar": "^3.0.3",
|
"asar": "^3.0.3",
|
||||||
"chromium-pickle-js": "^0.2.0",
|
"chromium-pickle-js": "^0.2.0",
|
||||||
"cookie": "^0.4.0",
|
"cookie": "^0.7.2",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.7.3",
|
"css-loader": "^6.9.1",
|
||||||
"cssnano": "^4.1.11",
|
"cssnano": "^6.0.3",
|
||||||
"debounce": "^1.0.0",
|
"debounce": "^1.0.0",
|
||||||
"deemon": "^1.8.0",
|
"deemon": "^1.8.0",
|
||||||
"electron": "25.9.2",
|
"electron": "32.2.7",
|
||||||
"eslint": "8.36.0",
|
"eslint": "^9.11.1",
|
||||||
|
"eslint-formatter-compact": "^8.40.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-jsdoc": "^46.5.0",
|
"eslint-plugin-jsdoc": "^50.3.1",
|
||||||
"eslint-plugin-local": "^1.0.0",
|
"eslint-plugin-local": "^6.0.0",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
@ -163,15 +168,12 @@
|
|||||||
"gulp-azure-storage": "^0.12.1",
|
"gulp-azure-storage": "^0.12.1",
|
||||||
"gulp-bom": "^3.0.0",
|
"gulp-bom": "^3.0.0",
|
||||||
"gulp-buffer": "0.0.2",
|
"gulp-buffer": "0.0.2",
|
||||||
"gulp-concat": "^2.6.1",
|
|
||||||
"gulp-eslint": "^5.0.0",
|
|
||||||
"gulp-filter": "^5.1.0",
|
"gulp-filter": "^5.1.0",
|
||||||
"gulp-flatmap": "^1.0.2",
|
"gulp-flatmap": "^1.0.2",
|
||||||
"gulp-gunzip": "^1.0.0",
|
"gulp-gunzip": "^1.0.0",
|
||||||
"gulp-gzip": "^1.4.2",
|
"gulp-gzip": "^1.4.2",
|
||||||
"gulp-json-editor": "^2.5.0",
|
"gulp-json-editor": "^2.5.0",
|
||||||
"gulp-plumber": "^1.2.0",
|
"gulp-plumber": "^1.2.0",
|
||||||
"gulp-postcss": "^9.0.0",
|
|
||||||
"gulp-rename": "^1.2.0",
|
"gulp-rename": "^1.2.0",
|
||||||
"gulp-replace": "^0.5.4",
|
"gulp-replace": "^0.5.4",
|
||||||
"gulp-sourcemaps": "^3.0.0",
|
"gulp-sourcemaps": "^3.0.0",
|
||||||
@ -180,7 +182,7 @@
|
|||||||
"husky": "^0.13.1",
|
"husky": "^0.13.1",
|
||||||
"innosetup": "6.0.5",
|
"innosetup": "6.0.5",
|
||||||
"istanbul-lib-coverage": "^3.2.0",
|
"istanbul-lib-coverage": "^3.2.0",
|
||||||
"istanbul-lib-instrument": "^5.2.0",
|
"istanbul-lib-instrument": "^6.0.1",
|
||||||
"istanbul-lib-report": "^3.0.0",
|
"istanbul-lib-report": "^3.0.0",
|
||||||
"istanbul-lib-source-maps": "^4.0.1",
|
"istanbul-lib-source-maps": "^4.0.1",
|
||||||
"istanbul-reports": "^3.1.5",
|
"istanbul-reports": "^3.1.5",
|
||||||
@ -189,14 +191,15 @@
|
|||||||
"mime": "^1.4.1",
|
"mime": "^1.4.1",
|
||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"mkdirp": "^1.0.4",
|
|
||||||
"mocha": "^10.2.0",
|
"mocha": "^10.2.0",
|
||||||
"mocha-junit-reporter": "^2.2.1",
|
"mocha-junit-reporter": "^2.2.1",
|
||||||
"mocha-multi-reporters": "^1.5.1",
|
"mocha-multi-reporters": "^1.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opn": "^6.0.0",
|
"os-browserify": "^0.3.0",
|
||||||
"p-all": "^1.0.0",
|
"p-all": "^1.0.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
|
"postcss": "^8.4.33",
|
||||||
|
"postcss-nesting": "^12.0.2",
|
||||||
"pump": "^1.0.1",
|
"pump": "^1.0.1",
|
||||||
"rcedit": "^1.1.0",
|
"rcedit": "^1.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
@ -205,18 +208,25 @@
|
|||||||
"source-map": "0.6.1",
|
"source-map": "0.6.1",
|
||||||
"source-map-support": "^0.3.2",
|
"source-map-support": "^0.3.2",
|
||||||
"style-loader": "^3.3.2",
|
"style-loader": "^3.3.2",
|
||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.5.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20231002",
|
"tslib": "^2.6.3",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript": "^5.8.0-dev.20250121",
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"typescript-eslint": "^8.8.0",
|
||||||
"webpack": "^5.77.0",
|
"util": "^0.12.4",
|
||||||
"webpack-cli": "^5.0.1",
|
"webpack": "^5.94.0",
|
||||||
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-stream": "^7.0.0",
|
"webpack-stream": "^7.0.0",
|
||||||
"xml2js": "^0.5.0",
|
"xml2js": "^0.5.0",
|
||||||
"yaserver": "^0.4.0"
|
"yaserver": "^0.4.0"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"node-gyp-build": "4.8.1",
|
||||||
|
"kerberos@2.1.1": {
|
||||||
|
"node-addon-api": "7.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/vscode.git"
|
"url": "https://github.com/microsoft/vscode.git"
|
||||||
@ -227,5 +237,5 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"windows-foreground-love": "0.5.0"
|
"windows-foreground-love": "0.5.0"
|
||||||
},
|
},
|
||||||
"release": "23306"
|
"release": "25045"
|
||||||
}
|
}
|
@ -34,8 +34,8 @@
|
|||||||
"builtInExtensions": [
|
"builtInExtensions": [
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug-companion",
|
"name": "ms-vscode.js-debug-companion",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
|
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
||||||
@ -50,9 +50,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug",
|
"name": "ms-vscode.js-debug",
|
||||||
"version": "1.84.0",
|
"version": "1.97.1",
|
||||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
"sha256": "977dd854805547702e312e176f68a1b142fa123f228258f47f0964560ad32496",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||||
|
"vsix": "resources/common/ms-vscode.js-debug.1.97.1.universal.vsix",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||||
"publisherId": {
|
"publisherId": {
|
||||||
@ -66,8 +67,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.vscode-js-profile-table",
|
"name": "ms-vscode.vscode-js-profile-table",
|
||||||
"version": "1.0.3",
|
"version": "1.0.10",
|
||||||
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
|
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||||
@ -85,7 +86,8 @@
|
|||||||
"documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
|
"documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
|
||||||
"extensionsGallery": {
|
"extensionsGallery": {
|
||||||
"serviceUrl": "https://open-vsx.org/vscode/gallery",
|
"serviceUrl": "https://open-vsx.org/vscode/gallery",
|
||||||
"itemUrl": "https://open-vsx.org/vscode/item"
|
"itemUrl": "https://open-vsx.org/vscode/item",
|
||||||
|
"extensionUrlTemplate": "https://open-vsx.org/vscode/gallery/{publisher}/{name}/latest"
|
||||||
},
|
},
|
||||||
"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
|
"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
|
||||||
"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
|
"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
|
||||||
@ -98,7 +100,7 @@
|
|||||||
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
|
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
|
||||||
"tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
|
"tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
|
||||||
"twitterUrl": "https://go.microsoft.com/fwlink/?LinkID=533687",
|
"twitterUrl": "https://go.microsoft.com/fwlink/?LinkID=533687",
|
||||||
"updateUrl": "https://vscodium.now.sh",
|
"updateUrl": "https://raw.githubusercontent.com/VSCodium/versions/refs/heads/master",
|
||||||
"downloadUrl": "https://github.com/VSCodium/vscodium/releases",
|
"downloadUrl": "https://github.com/VSCodium/vscodium/releases",
|
||||||
"quality": "stable",
|
"quality": "stable",
|
||||||
"win32AppId": "{{763CBF88-25C6-4B10-952F-326AE657F16B}",
|
"win32AppId": "{{763CBF88-25C6-4B10-952F-326AE657F16B}",
|
||||||
@ -152,7 +154,9 @@
|
|||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"testRelatedCode",
|
||||||
|
"attributableCoverage"
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -181,17 +185,29 @@
|
|||||||
"resolvers"
|
"resolvers"
|
||||||
],
|
],
|
||||||
"ms-python.python": [
|
"ms-python.python": [
|
||||||
|
"codeActionAI",
|
||||||
"contribEditorContentMenu",
|
"contribEditorContentMenu",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"saveEditor"
|
"terminalExecuteCommandEvent",
|
||||||
|
"contribIssueReporter",
|
||||||
|
"notebookReplDocument",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
|
],
|
||||||
|
"ms-python.vscode-python-envs": [
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"chatVariableResolver",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging",
|
"notebookMessaging"
|
||||||
"languageConfigurationAutoClosingPairs"
|
|
||||||
],
|
],
|
||||||
"GitHub.codespaces": [
|
"GitHub.codespaces": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
@ -257,6 +273,7 @@
|
|||||||
"ms-vscode-remote.remote-containers": [
|
"ms-vscode-remote.remote-containers": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
"resolvers",
|
"resolvers",
|
||||||
|
"portsAttributes",
|
||||||
"tunnels",
|
"tunnels",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"terminalDimensions",
|
"terminalDimensions",
|
||||||
@ -276,51 +293,70 @@
|
|||||||
"speech"
|
"speech"
|
||||||
],
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"contribCommentThreadAdditionalMenu",
|
"activeComment",
|
||||||
"tokenInformation",
|
|
||||||
"contribShareMenu",
|
|
||||||
"fileComments",
|
|
||||||
"contribCommentPeekContext",
|
|
||||||
"codiconDecoration",
|
"codiconDecoration",
|
||||||
"diffCommand",
|
"codeActionRanges",
|
||||||
|
"commentingRangeHint",
|
||||||
|
"commentReactor",
|
||||||
|
"commentReveal",
|
||||||
|
"commentThreadApplicability",
|
||||||
|
"contribAccessibilityHelpContent",
|
||||||
"contribCommentEditorActionsMenu",
|
"contribCommentEditorActionsMenu",
|
||||||
"readonlyMessage",
|
"contribCommentPeekContext",
|
||||||
"treeViewMarkdownMessage",
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"contribEditorContentMenu",
|
||||||
|
"contribMultiDiffEditorMenus",
|
||||||
|
"contribShareMenu",
|
||||||
|
"diffCommand",
|
||||||
|
"quickDiffProvider",
|
||||||
"shareProvider",
|
"shareProvider",
|
||||||
"quickDiffProvider"
|
"tabInputTextMerge",
|
||||||
|
"tokenInformation",
|
||||||
|
"treeViewMarkdownMessage"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"interactive",
|
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"handleIssueUri",
|
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"defaultChatParticipant",
|
||||||
|
"embeddings",
|
||||||
|
"chatEditing",
|
||||||
|
"chatVariableResolver",
|
||||||
"chatProvider",
|
"chatProvider",
|
||||||
"chatVariables",
|
|
||||||
"chatAgents",
|
|
||||||
"chatAgents2",
|
|
||||||
"chatAgents2Additions",
|
|
||||||
"defaultChatAgent",
|
|
||||||
"readonlyMessage",
|
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
"codeActionAI",
|
"codeActionAI",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"textSearchProvider"
|
"textSearchProvider",
|
||||||
|
"textSearchProvider2",
|
||||||
|
"activeComment",
|
||||||
|
"commentReveal",
|
||||||
|
"contribSourceControlInputBoxMenu",
|
||||||
|
"contribCommentEditorActionsMenu",
|
||||||
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"newSymbolNamesProvider",
|
||||||
|
"findFiles2",
|
||||||
|
"extensionsAny",
|
||||||
|
"authLearnMore",
|
||||||
|
"testObserver",
|
||||||
|
"aiTextSearchProvider",
|
||||||
|
"chatReadonlyPromptReference",
|
||||||
|
"documentFiltersExclusive",
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"contribDebugCreateConfiguration",
|
||||||
|
"inlineEdit",
|
||||||
|
"chatReferenceBinaryData"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@ -340,10 +376,11 @@
|
|||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
"ms-python.vscode-pylance": [
|
"ms-python.vscode-pylance": [],
|
||||||
"notebookCellExecutionState"
|
|
||||||
],
|
|
||||||
"ms-python.debugpy": [
|
"ms-python.debugpy": [
|
||||||
|
"contribIssueReporter",
|
||||||
|
"contribViewsWelcome",
|
||||||
|
"debugVisualization",
|
||||||
"portsAttributes"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
"ms-toolsai.jupyter-renderers": [
|
"ms-toolsai.jupyter-renderers": [
|
||||||
@ -353,7 +390,6 @@
|
|||||||
"notebookDeprecated",
|
"notebookDeprecated",
|
||||||
"notebookMessaging",
|
"notebookMessaging",
|
||||||
"notebookMime",
|
"notebookMime",
|
||||||
"notebookCellExecutionState",
|
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"notebookKernelSource",
|
"notebookKernelSource",
|
||||||
@ -361,29 +397,32 @@
|
|||||||
"notebookControllerAffinityHidden",
|
"notebookControllerAffinityHidden",
|
||||||
"contribNotebookStaticPreloads",
|
"contribNotebookStaticPreloads",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"notebookExecution"
|
"notebookExecution",
|
||||||
|
"notebookCellExecution",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"notebookReplDocument"
|
||||||
],
|
],
|
||||||
"dbaeumer.vscode-eslint": [
|
"ms-toolsai.tensorboard": [
|
||||||
"notebookCellExecutionState"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
|
"dbaeumer.vscode-eslint": [],
|
||||||
"ms-vscode.azure-sphere-tools-ui": [
|
"ms-vscode.azure-sphere-tools-ui": [
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureappservice": [
|
"ms-azuretools.vscode-azureappservice": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureresourcegroups": [
|
|
||||||
"authGetSessions"
|
|
||||||
],
|
|
||||||
"ms-vscode.anycode": [
|
"ms-vscode.anycode": [
|
||||||
"extensionsAny"
|
"extensionsAny"
|
||||||
],
|
],
|
||||||
"ms-vscode.cpptools": [
|
"ms-vscode.cpptools": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent",
|
||||||
|
"chatParticipantAdditions"
|
||||||
],
|
],
|
||||||
"redhat.java": [
|
"redhat.java": [
|
||||||
"documentPaste"
|
"documentPaste"
|
||||||
],
|
],
|
||||||
|
"vscjava.vscode-java-pack": [],
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
],
|
],
|
||||||
@ -398,6 +437,21 @@
|
|||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
],
|
],
|
||||||
|
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"languageModelSystem"
|
||||||
|
],
|
||||||
|
"ms-toolsai.datawrangler": [],
|
||||||
|
"ms-vscode.vscode-commander": [],
|
||||||
|
"ms-vscode.vscode-websearchforcopilot": [],
|
||||||
|
"ms-vscode.vscode-copilot-data-analysis": [
|
||||||
|
"chatVariableResolver",
|
||||||
|
"chatProvider"
|
||||||
|
],
|
||||||
|
"ms-vscode.vscode-copilot-vision": [
|
||||||
|
"chatReferenceBinaryData",
|
||||||
|
"codeActionAI"
|
||||||
|
],
|
||||||
"jeanp413.open-remote-ssh": [
|
"jeanp413.open-remote-ssh": [
|
||||||
"resolvers",
|
"resolvers",
|
||||||
"tunnels",
|
"tunnels",
|
||||||
@ -589,17 +643,17 @@
|
|||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commit": "695a9146b1347633e608f9f166c81b5b2843b492",
|
"commit": "7211e5a20b57d2e57d119144ac954542a24b547b",
|
||||||
"date": "2023-11-02T15:38:26.946Z",
|
"date": "2025-02-14T18:40:14.129Z",
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "EjJ8/ioATRIlO6PM79KeNg",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "8LxXjvms5qK/lHQn0QXwzFiziVTXSwMGzaxPs+FgdRM",
|
||||||
"vs/workbench/workbench.desktop.main.js": "rXCHgy9ZvKiXje3ktzeuQQ",
|
"vs/workbench/workbench.desktop.main.js": "8ywW1xeo7j200qsX0x2tUy+5HxPSk/2DMY5pK0Qj7Yw",
|
||||||
"vs/workbench/workbench.desktop.main.css": "YkGJy0ghDNdDgqZ4vc/QNA",
|
"vs/workbench/workbench.desktop.main.css": "CJ/Yvw5We8dVMN48WCjU6QKxKVNntmUx0DIjh5DpOdg",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "WQdvSEpljZlb7OoGCGLc1Q",
|
"vs/workbench/api/node/extensionHostProcess.js": "82kQ7TYeNdKTUsjPj93N5tb1NGwqxhPhW64Jgwl1RD4",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
|
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "nezsCY196lU8e+MQlEPpaQ"
|
"vs/code/electron-sandbox/workbench/workbench.js": "STWj/nCoI8PSuzPgTGv6F2aR4Eyq1sxXaohEgUbiawE"
|
||||||
},
|
},
|
||||||
"version": "1.84.0",
|
"version": "1.97.2",
|
||||||
"release": "23306",
|
"release": "25045",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Code - Insiders",
|
"name": "Code - Insiders",
|
||||||
"version": "1.85.0-insider",
|
"version": "1.98.0-insider",
|
||||||
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
"distro": "aee970faa436e6fdd88d579c1409364c3fdab6a8",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./out/main",
|
"main": "./out/main.js",
|
||||||
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo Please run any of the test scripts from the scripts folder.",
|
"test": "echo Please run any of the test scripts from the scripts folder.",
|
||||||
@ -16,27 +17,27 @@
|
|||||||
"test-extension": "vscode-test",
|
"test-extension": "vscode-test",
|
||||||
"preinstall": "node build/npm/preinstall.js",
|
"preinstall": "node build/npm/preinstall.js",
|
||||||
"postinstall": "node build/npm/postinstall.js",
|
"postinstall": "node build/npm/postinstall.js",
|
||||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
"compile": "node ./node_modules/gulp/bin/gulp.js compile",
|
||||||
"watch": "npm-run-all -lp watch-client watch-extensions",
|
"watch": "npm-run-all -lp watch-client watch-extensions",
|
||||||
"watchd": "deemon yarn watch",
|
"watchd": "deemon npm run watch",
|
||||||
"watch-webd": "deemon yarn watch-web",
|
"watch-webd": "deemon npm run watch-web",
|
||||||
"kill-watchd": "deemon --kill yarn watch",
|
"kill-watchd": "deemon --kill npm run watch",
|
||||||
"kill-watch-webd": "deemon --kill yarn watch-web",
|
"kill-watch-webd": "deemon --kill npm run watch-web",
|
||||||
"restart-watchd": "deemon --restart yarn watch",
|
"restart-watchd": "deemon --restart npm run watch",
|
||||||
"restart-watch-webd": "deemon --restart yarn watch-web",
|
"restart-watch-webd": "deemon --restart npm run watch-web",
|
||||||
"watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
|
"watch-client": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-client",
|
||||||
"watch-clientd": "deemon yarn watch-client",
|
"watch-clientd": "deemon npm run watch-client",
|
||||||
"kill-watch-clientd": "deemon --kill yarn watch-client",
|
"kill-watch-clientd": "deemon --kill npm run watch-client",
|
||||||
"watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
"watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
|
||||||
"watch-extensionsd": "deemon yarn watch-extensions",
|
"watch-extensionsd": "deemon npm run watch-extensions",
|
||||||
"kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
|
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
|
||||||
"precommit": "node build/hygiene.js",
|
"precommit": "node build/hygiene.js",
|
||||||
"gulp": "node --max_old_space_size=8192 ./node_modules/gulp/bin/gulp.js",
|
"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
|
||||||
"electron": "node build/lib/electron",
|
"electron": "node build/lib/electron",
|
||||||
"7z": "7z",
|
"7z": "7z",
|
||||||
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
"update-grammars": "node build/npm/update-all-grammars.mjs",
|
||||||
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
"update-localization-extension": "node build/npm/update-localization-extension.js",
|
||||||
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && yarn compile && node test/index.js",
|
"smoketest": "node build/lib/preLaunch.js && cd test/smoke && npm run compile && node test/index.js",
|
||||||
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
"smoketest-no-compile": "cd test/smoke && node test/index.js",
|
||||||
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
|
||||||
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
|
||||||
@ -45,116 +46,120 @@
|
|||||||
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
|
||||||
"valid-layers-check": "node build/lib/layersChecker.js",
|
"valid-layers-check": "node build/lib/layersChecker.js",
|
||||||
"update-distro": "node build/npm/update-distro.mjs",
|
"update-distro": "node build/npm/update-distro.mjs",
|
||||||
"web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
"web": "echo 'npm run web' is replaced by './scripts/code-server' or './scripts/code-web'",
|
||||||
"compile-cli": "gulp compile-cli",
|
"compile-cli": "gulp compile-cli",
|
||||||
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
|
"compile-web": "node ./node_modules/gulp/bin/gulp.js compile-web",
|
||||||
"watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
|
"watch-web": "node ./node_modules/gulp/bin/gulp.js watch-web",
|
||||||
"watch-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli",
|
"watch-cli": "node ./node_modules/gulp/bin/gulp.js watch-cli",
|
||||||
"eslint": "node build/eslint",
|
"eslint": "node build/eslint",
|
||||||
"stylelint": "node build/stylelint",
|
"stylelint": "node build/stylelint",
|
||||||
"playwright-install": "node build/azure-pipelines/common/installPlaywright.js",
|
"playwright-install": "npm exec playwright install",
|
||||||
"compile-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-build",
|
"compile-build": "node ./node_modules/gulp/bin/gulp.js compile-build",
|
||||||
"compile-extensions-build": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
"compile-extensions-build": "node ./node_modules/gulp/bin/gulp.js compile-extensions-build",
|
||||||
"minify-vscode": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode",
|
"minify-vscode": "node ./node_modules/gulp/bin/gulp.js minify-vscode",
|
||||||
"minify-vscode-reh": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
"minify-vscode-reh": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
|
||||||
"minify-vscode-reh-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
"minify-vscode-reh-web": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
|
||||||
"hygiene": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
|
"hygiene": "node ./node_modules/gulp/bin/gulp.js hygiene",
|
||||||
"core-ci": "node --max_old_space_size=8095 ./node_modules/gulp/bin/gulp.js core-ci",
|
"core-ci": "node ./node_modules/gulp/bin/gulp.js core-ci",
|
||||||
"core-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
"core-ci-pr": "node ./node_modules/gulp/bin/gulp.js core-ci-pr",
|
||||||
"extensions-ci": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci",
|
"extensions-ci": "node ./node_modules/gulp/bin/gulp.js extensions-ci",
|
||||||
"extensions-ci-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
"extensions-ci-pr": "node ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
|
||||||
"perf": "node scripts/code-perf.js"
|
"perf": "node scripts/code-perf.js",
|
||||||
|
"update-build-ts-version": "npm install typescript@next && tsc -p ./build/tsconfig.build.json"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/1ds-core-js": "^3.2.13",
|
"@microsoft/1ds-core-js": "^3.2.13",
|
||||||
"@microsoft/1ds-post-js": "^3.2.13",
|
"@microsoft/1ds-post-js": "^3.2.13",
|
||||||
"@parcel/watcher": "2.1.0",
|
"@parcel/watcher": "2.5.1",
|
||||||
|
"@types/semver": "^7.5.8",
|
||||||
|
"@vscode/deviceid": "^0.1.1",
|
||||||
"@vscode/iconv-lite-umd": "0.7.0",
|
"@vscode/iconv-lite-umd": "0.7.0",
|
||||||
"@vscode/policy-watcher": "^1.1.4",
|
"@vscode/policy-watcher": "^1.1.10",
|
||||||
"@vscode/proxy-agent": "^0.17.5",
|
"@vscode/proxy-agent": "^0.32.0",
|
||||||
"@vscode/ripgrep": "^1.15.6",
|
"@vscode/ripgrep": "^1.15.10",
|
||||||
"@vscode/spdlog": "^0.13.12",
|
"@vscode/spdlog": "^0.15.0",
|
||||||
"@vscode/sqlite3": "5.1.6-vscode",
|
"@vscode/sqlite3": "5.1.8-vscode",
|
||||||
"@vscode/sudo-prompt": "9.3.1",
|
"@vscode/sudo-prompt": "9.3.1",
|
||||||
|
"@vscode/tree-sitter-wasm": "^0.1.3",
|
||||||
"@vscode/vscode-languagedetection": "1.0.21",
|
"@vscode/vscode-languagedetection": "1.0.21",
|
||||||
"@vscode/windows-mutex": "^0.4.4",
|
"@vscode/windows-mutex": "^0.5.0",
|
||||||
"@vscode/windows-process-tree": "^0.5.0",
|
"@vscode/windows-process-tree": "^0.6.0",
|
||||||
"@vscode/windows-registry": "^1.1.0",
|
"@vscode/windows-registry": "^1.1.0",
|
||||||
"graceful-fs": "4.2.11",
|
"@xterm/addon-clipboard": "^0.2.0-beta.81",
|
||||||
|
"@xterm/addon-image": "^0.9.0-beta.98",
|
||||||
|
"@xterm/addon-ligatures": "^0.10.0-beta.98",
|
||||||
|
"@xterm/addon-progress": "^0.2.0-beta.4",
|
||||||
|
"@xterm/addon-search": "^0.16.0-beta.98",
|
||||||
|
"@xterm/addon-serialize": "^0.14.0-beta.98",
|
||||||
|
"@xterm/addon-unicode11": "^0.9.0-beta.98",
|
||||||
|
"@xterm/addon-webgl": "^0.19.0-beta.98",
|
||||||
|
"@xterm/headless": "^5.6.0-beta.98",
|
||||||
|
"@xterm/xterm": "^5.6.0-beta.98",
|
||||||
"http-proxy-agent": "^7.0.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^7.0.2",
|
"https-proxy-agent": "^7.0.2",
|
||||||
"jschardet": "3.0.0",
|
"jschardet": "3.1.4",
|
||||||
"kerberos": "^2.0.1",
|
"kerberos": "2.1.1",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"native-is-elevated": "0.7.0",
|
"native-is-elevated": "0.7.0",
|
||||||
"native-keymap": "^3.3.4",
|
"native-keymap": "^3.3.5",
|
||||||
"native-watchdog": "^1.4.1",
|
"native-watchdog": "^1.4.1",
|
||||||
"node-pty": "1.1.0-beta5",
|
"node-pty": "1.1.0-beta30",
|
||||||
"tas-client-umd": "0.1.8",
|
"open": "^8.4.2",
|
||||||
"util": "^0.12.4",
|
"tas-client-umd": "0.2.0",
|
||||||
"v8-inspect-profiler": "^0.1.0",
|
"v8-inspect-profiler": "^0.1.1",
|
||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.2.0",
|
||||||
"xterm": "5.4.0-beta.37",
|
"yauzl": "^3.0.0",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.37",
|
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
|
||||||
"xterm-addon-search": "0.14.0-beta.36",
|
|
||||||
"xterm-addon-serialize": "0.12.0-beta.36",
|
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.36",
|
|
||||||
"xterm-addon-webgl": "0.17.0-beta.36",
|
|
||||||
"xterm-headless": "5.4.0-beta.37",
|
|
||||||
"yauzl": "^2.9.2",
|
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.1",
|
"@playwright/test": "^1.50.0",
|
||||||
"@swc/core": "1.3.62",
|
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
||||||
"@types/cookie": "^0.3.3",
|
"@types/cookie": "^0.3.3",
|
||||||
"@types/cssnano": "^4.0.0",
|
|
||||||
"@types/debug": "^4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/graceful-fs": "4.1.2",
|
"@types/eslint": "^9.6.1",
|
||||||
"@types/gulp-postcss": "^8.0.0",
|
|
||||||
"@types/gulp-svgmin": "^1.2.1",
|
"@types/gulp-svgmin": "^1.2.1",
|
||||||
"@types/http-proxy-agent": "^2.0.1",
|
"@types/http-proxy-agent": "^2.0.1",
|
||||||
"@types/kerberos": "^1.1.2",
|
"@types/kerberos": "^1.1.2",
|
||||||
"@types/minimist": "^1.2.1",
|
"@types/minimist": "^1.2.1",
|
||||||
"@types/mocha": "^9.1.1",
|
"@types/mocha": "^9.1.1",
|
||||||
"@types/node": "18.x",
|
"@types/node": "20.x",
|
||||||
"@types/sinon": "^10.0.2",
|
"@types/sinon": "^10.0.2",
|
||||||
"@types/sinon-test": "^2.4.2",
|
"@types/sinon-test": "^2.4.2",
|
||||||
"@types/trusted-types": "^1.0.6",
|
"@types/trusted-types": "^1.0.6",
|
||||||
"@types/vscode-notebook-renderer": "^1.72.0",
|
"@types/vscode-notebook-renderer": "^1.72.0",
|
||||||
"@types/webpack": "^5.28.1",
|
"@types/webpack": "^5.28.5",
|
||||||
"@types/wicg-file-system-access": "^2020.9.6",
|
"@types/wicg-file-system-access": "^2020.9.6",
|
||||||
"@types/windows-foreground-love": "^0.3.0",
|
"@types/windows-foreground-love": "^0.3.0",
|
||||||
"@types/winreg": "^1.2.30",
|
"@types/winreg": "^1.2.30",
|
||||||
"@types/yauzl": "^2.9.1",
|
"@types/yauzl": "^2.10.0",
|
||||||
"@types/yazl": "^2.4.2",
|
"@types/yazl": "^2.4.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
"@typescript-eslint/utils": "^8.8.0",
|
||||||
"@typescript-eslint/experimental-utils": "^5.57.0",
|
|
||||||
"@typescript-eslint/parser": "^5.57.0",
|
|
||||||
"@vscode/gulp-electron": "^1.36.0",
|
"@vscode/gulp-electron": "^1.36.0",
|
||||||
"@vscode/l10n-dev": "0.0.21",
|
"@vscode/l10n-dev": "0.0.35",
|
||||||
"@vscode/telemetry-extractor": "^1.9.10",
|
"@vscode/telemetry-extractor": "^1.10.2",
|
||||||
"@vscode/test-cli": "^0.0.3",
|
"@vscode/test-cli": "^0.0.6",
|
||||||
"@vscode/test-electron": "^2.3.5",
|
"@vscode/test-electron": "^2.4.0",
|
||||||
"@vscode/test-web": "^0.0.42",
|
"@vscode/test-web": "^0.0.62",
|
||||||
"@vscode/vscode-perf": "^0.0.14",
|
"@vscode/v8-heap-parser": "^0.1.0",
|
||||||
|
"@vscode/vscode-perf": "^0.0.19",
|
||||||
|
"@webgpu/types": "^0.1.44",
|
||||||
"ansi-colors": "^3.2.3",
|
"ansi-colors": "^3.2.3",
|
||||||
"asar": "^3.0.3",
|
"asar": "^3.0.3",
|
||||||
"chromium-pickle-js": "^0.2.0",
|
"chromium-pickle-js": "^0.2.0",
|
||||||
"cookie": "^0.4.0",
|
"cookie": "^0.7.2",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"css-loader": "^6.7.3",
|
"css-loader": "^6.9.1",
|
||||||
"cssnano": "^4.1.11",
|
"cssnano": "^6.0.3",
|
||||||
"debounce": "^1.0.0",
|
"debounce": "^1.0.0",
|
||||||
"deemon": "^1.8.0",
|
"deemon": "^1.8.0",
|
||||||
"electron": "25.9.2",
|
"electron": "34.2.0",
|
||||||
"eslint": "8.36.0",
|
"eslint": "^9.11.1",
|
||||||
|
"eslint-formatter-compact": "^8.40.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-jsdoc": "^46.5.0",
|
"eslint-plugin-jsdoc": "^50.3.1",
|
||||||
"eslint-plugin-local": "^1.0.0",
|
"eslint-plugin-local": "^6.0.0",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
@ -163,24 +168,21 @@
|
|||||||
"gulp-azure-storage": "^0.12.1",
|
"gulp-azure-storage": "^0.12.1",
|
||||||
"gulp-bom": "^3.0.0",
|
"gulp-bom": "^3.0.0",
|
||||||
"gulp-buffer": "0.0.2",
|
"gulp-buffer": "0.0.2",
|
||||||
"gulp-concat": "^2.6.1",
|
|
||||||
"gulp-eslint": "^5.0.0",
|
|
||||||
"gulp-filter": "^5.1.0",
|
"gulp-filter": "^5.1.0",
|
||||||
"gulp-flatmap": "^1.0.2",
|
"gulp-flatmap": "^1.0.2",
|
||||||
"gulp-gunzip": "^1.0.0",
|
"gulp-gunzip": "^1.0.0",
|
||||||
"gulp-gzip": "^1.4.2",
|
"gulp-gzip": "^1.4.2",
|
||||||
"gulp-json-editor": "^2.5.0",
|
"gulp-json-editor": "^2.5.0",
|
||||||
"gulp-plumber": "^1.2.0",
|
"gulp-plumber": "^1.2.0",
|
||||||
"gulp-postcss": "^9.0.0",
|
|
||||||
"gulp-rename": "^1.2.0",
|
"gulp-rename": "^1.2.0",
|
||||||
"gulp-replace": "^0.5.4",
|
"gulp-replace": "^0.5.4",
|
||||||
"gulp-sourcemaps": "^3.0.0",
|
"gulp-sourcemaps": "^3.0.0",
|
||||||
"gulp-svgmin": "^4.1.0",
|
"gulp-svgmin": "^4.1.0",
|
||||||
"gulp-untar": "^0.0.7",
|
"gulp-untar": "^0.0.7",
|
||||||
"husky": "^0.13.1",
|
"husky": "^0.13.1",
|
||||||
"innosetup": "6.0.5",
|
"innosetup": "^6.4.1",
|
||||||
"istanbul-lib-coverage": "^3.2.0",
|
"istanbul-lib-coverage": "^3.2.0",
|
||||||
"istanbul-lib-instrument": "^5.2.0",
|
"istanbul-lib-instrument": "^6.0.1",
|
||||||
"istanbul-lib-report": "^3.0.0",
|
"istanbul-lib-report": "^3.0.0",
|
||||||
"istanbul-lib-source-maps": "^4.0.1",
|
"istanbul-lib-source-maps": "^4.0.1",
|
||||||
"istanbul-reports": "^3.1.5",
|
"istanbul-reports": "^3.1.5",
|
||||||
@ -189,14 +191,15 @@
|
|||||||
"mime": "^1.4.1",
|
"mime": "^1.4.1",
|
||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"mkdirp": "^1.0.4",
|
"mocha": "^10.8.2",
|
||||||
"mocha": "^10.2.0",
|
|
||||||
"mocha-junit-reporter": "^2.2.1",
|
"mocha-junit-reporter": "^2.2.1",
|
||||||
"mocha-multi-reporters": "^1.5.1",
|
"mocha-multi-reporters": "^1.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opn": "^6.0.0",
|
"os-browserify": "^0.3.0",
|
||||||
"p-all": "^1.0.0",
|
"p-all": "^1.0.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
|
"postcss": "^8.4.33",
|
||||||
|
"postcss-nesting": "^12.0.2",
|
||||||
"pump": "^1.0.1",
|
"pump": "^1.0.1",
|
||||||
"rcedit": "^1.1.0",
|
"rcedit": "^1.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
@ -205,18 +208,25 @@
|
|||||||
"source-map": "0.6.1",
|
"source-map": "0.6.1",
|
||||||
"source-map-support": "^0.3.2",
|
"source-map-support": "^0.3.2",
|
||||||
"style-loader": "^3.3.2",
|
"style-loader": "^3.3.2",
|
||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.5.1",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20231030",
|
"tslib": "^2.6.3",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript": "^5.8.0-dev.20250207",
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"typescript-eslint": "^8.8.0",
|
||||||
"webpack": "^5.77.0",
|
"util": "^0.12.4",
|
||||||
"webpack-cli": "^5.0.1",
|
"webpack": "^5.94.0",
|
||||||
|
"webpack-cli": "^5.1.4",
|
||||||
"webpack-stream": "^7.0.0",
|
"webpack-stream": "^7.0.0",
|
||||||
"xml2js": "^0.5.0",
|
"xml2js": "^0.5.0",
|
||||||
"yaserver": "^0.4.0"
|
"yaserver": "^0.4.0"
|
||||||
},
|
},
|
||||||
|
"overrides": {
|
||||||
|
"node-gyp-build": "4.8.1",
|
||||||
|
"kerberos@2.1.1": {
|
||||||
|
"node-addon-api": "7.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/microsoft/vscode.git"
|
"url": "https://github.com/microsoft/vscode.git"
|
||||||
|
@ -39,20 +39,27 @@
|
|||||||
"webUrl": "https://insiders.vscode.dev",
|
"webUrl": "https://insiders.vscode.dev",
|
||||||
"webEndpointUrl": "https://main.vscode-cdn.net",
|
"webEndpointUrl": "https://main.vscode-cdn.net",
|
||||||
"webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
|
"webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
|
||||||
|
"nlsCoreBaseUrl": "https://www.vscode-unpkg.net/nls/",
|
||||||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
|
||||||
"quality": "insider",
|
"quality": "insider",
|
||||||
"extensionsGallery": {
|
"extensionsGallery": {
|
||||||
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
||||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
"searchUrl": "https://marketplace.visualstudio.com/_apis/public/gallery/searchrelevancy/extensionquery",
|
|
||||||
"servicePPEUrl": "https://marketplace.vsallin.net/_apis/public/gallery",
|
|
||||||
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
||||||
"itemUrl": "https://marketplace.visualstudio.com/items",
|
"itemUrl": "https://marketplace.visualstudio.com/items",
|
||||||
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
||||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||||
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
|
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||||
|
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
|
||||||
},
|
},
|
||||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
"profileTemplatesUrl": "https://main.vscode-cdn.net/core/profile-templates.json",
|
||||||
|
"emergencyAlertUrl": "https://main.vscode-cdn.net/core/insiders.json",
|
||||||
|
"extensionPublisherOrgs": [
|
||||||
|
"microsoft"
|
||||||
|
],
|
||||||
|
"trustedExtensionPublishers": [
|
||||||
|
"microsoft",
|
||||||
|
"github"
|
||||||
|
],
|
||||||
"extensionRecommendations": {
|
"extensionRecommendations": {
|
||||||
"ms-dotnettools.csdevkit": {
|
"ms-dotnettools.csdevkit": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
@ -134,7 +141,8 @@
|
|||||||
"pathGlob": "{**/*.java}",
|
"pathGlob": "{**/*.java}",
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -143,7 +151,8 @@
|
|||||||
],
|
],
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -165,6 +174,14 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ms-toolsai.prompty": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/*.prompty}",
|
||||||
|
"important": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"ms-vscode.cpptools-extension-pack": {
|
"ms-vscode.cpptools-extension-pack": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -348,13 +365,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ms-vscode.vscode-typescript-tslint-plugin": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/tslint.json}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bmewburn.vscode-intelephense-client": {
|
"bmewburn.vscode-intelephense-client": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -404,13 +414,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"felipecaputo.git-project-manager": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/.gitignore,**/.git}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"eamodio.gitlens": {
|
"eamodio.gitlens": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -530,13 +533,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/skaffold.yaml}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Oracle.oracledevtools": {
|
"Oracle.oracledevtools": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -551,7 +547,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/application.properties}"
|
"pathGlob": "{**/application.properties}"
|
||||||
@ -561,10 +557,12 @@
|
|||||||
"GitHub.copilot": {
|
"GitHub.copilot": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
|
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.py,**/*.go,**/*.rb,**/*.html,**/*.css,**/*.php,**/*.cpp,**/*.vue,**/*.c,**/*.sql,**/*.java,**/*.cs,**/*.rs,**/*.dart,**/*.ps,**/*.ps1,**/*.tex}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"onSettingsEditorOpen": {}
|
"onSettingsEditorOpen": {
|
||||||
|
"descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"GitHub.vscode-github-actions": {
|
"GitHub.vscode-github-actions": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
@ -580,6 +578,14 @@
|
|||||||
"pathGlob": "{**/.circleci/config.yml}"
|
"pathGlob": "{**/.circleci/config.yml}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"Redis.redis-for-vscode": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}",
|
||||||
|
"important": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keymapExtensionTips": [
|
"keymapExtensionTips": [
|
||||||
@ -644,10 +650,11 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"name": "Spring Boot Extension Pack",
|
"name": "Spring Boot Extension Pack",
|
||||||
"isExtensionPack": true
|
"isExtensionPack": true
|
||||||
}
|
}
|
||||||
@ -662,7 +669,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -805,8 +813,11 @@
|
|||||||
"friendlyName": "Azure CLI",
|
"friendlyName": "Azure CLI",
|
||||||
"windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
|
"windowsPath": "%ProgramFiles(x86)%\\Microsoft SDKs\\Azure\\CLI2\\wbin\\az.cmd",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-vscode.azurecli": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure CLI Tools"
|
"name": "Azure Tools"
|
||||||
|
},
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -814,11 +825,11 @@
|
|||||||
"friendlyName": "Azure Dev CLI",
|
"friendlyName": "Azure Dev CLI",
|
||||||
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe",
|
"windowsPath": "%USERPROFILE%\\AppData\\Local\\Programs\\Azure Dev CLI\\azd.exe",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-azuretools.azure-dev": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure Developer CLI"
|
"name": "Azure Tools"
|
||||||
},
|
},
|
||||||
"ms-azuretools.vscode-azureresourcegroups": {
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
"name": "Azure Resources"
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -826,11 +837,11 @@
|
|||||||
"friendlyName": "Azure Dev CLI",
|
"friendlyName": "Azure Dev CLI",
|
||||||
"windowsPath": "%ProgramFiles%\\Azure Dev CLI\\azd.exe",
|
"windowsPath": "%ProgramFiles%\\Azure Dev CLI\\azd.exe",
|
||||||
"recommendations": {
|
"recommendations": {
|
||||||
"ms-azuretools.azure-dev": {
|
"ms-vscode.vscode-node-azure-pack": {
|
||||||
"name": "Azure Developer CLI"
|
"name": "Azure Tools"
|
||||||
},
|
},
|
||||||
"ms-azuretools.vscode-azureresourcegroups": {
|
"ms-azuretools.vscode-azure-github-copilot": {
|
||||||
"name": "Azure Resources"
|
"name": "GitHub Copilot for Azure"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -846,6 +857,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"stripe": {
|
||||||
|
"friendlyName": "Stripe CLI",
|
||||||
|
"windowsPath": "%USERPROFILE%\\scoop\\shims\\stripe.exe",
|
||||||
|
"recommendations": {
|
||||||
|
"stripe.vscode-stripe": {
|
||||||
|
"name": "Stripe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"mongo": {
|
"mongo": {
|
||||||
"friendlyName": "Mongo",
|
"friendlyName": "Mongo",
|
||||||
"windowsPath": "%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe",
|
"windowsPath": "%ProgramFiles%\\MongoDB\\Server\\3.6\\bin\\mongod.exe",
|
||||||
@ -855,6 +875,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"mongodb compass": {
|
||||||
|
"friendlyName": "MongoDB Compass",
|
||||||
|
"windowsPath": "%ProgramFiles%\\MongoDB Compass",
|
||||||
|
"recommendations": {
|
||||||
|
"mongodb.mongodb-vscode": {
|
||||||
|
"name": "MongoDB for VS Code"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mongodb": {
|
||||||
|
"friendlyName": "MongoDB",
|
||||||
|
"windowsPath": "%ProgramFiles%\\MongoDB",
|
||||||
|
"recommendations": {
|
||||||
|
"mongodb.mongodb-vscode": {
|
||||||
|
"name": "MongoDB for VS Code"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"serverless": {
|
"serverless": {
|
||||||
"friendlyName": "Serverless framework",
|
"friendlyName": "Serverless framework",
|
||||||
"windowsPath": "%APPDATA%\\npm\\serverless.cmd",
|
"windowsPath": "%APPDATA%\\npm\\serverless.cmd",
|
||||||
@ -928,9 +966,6 @@
|
|||||||
},
|
},
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -944,9 +979,6 @@
|
|||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
},
|
|
||||||
"ms-vscode-remote.remote-containers": {
|
"ms-vscode-remote.remote-containers": {
|
||||||
"name": "Dev Containers"
|
"name": "Dev Containers"
|
||||||
}
|
}
|
||||||
@ -1066,7 +1098,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1079,7 +1112,8 @@
|
|||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1182,9 +1216,6 @@
|
|||||||
},
|
},
|
||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1197,9 +1228,6 @@
|
|||||||
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
"ms-kubernetes-tools.vscode-kubernetes-tools": {
|
||||||
"name": "Kubernetes"
|
"name": "Kubernetes"
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"name": "Cloud Code"
|
|
||||||
},
|
|
||||||
"ms-vscode-remote.remote-containers": {
|
"ms-vscode-remote.remote-containers": {
|
||||||
"name": "Dev Containers"
|
"name": "Dev Containers"
|
||||||
}
|
}
|
||||||
@ -1642,7 +1670,6 @@
|
|||||||
"companyName": "Microsoft"
|
"companyName": "Microsoft"
|
||||||
},
|
},
|
||||||
"appCenter": {
|
"appCenter": {
|
||||||
"win32-ia32": "appcenter://code-insiders?aid=54e00ade-f29f-46dc-8747-244de208ba6d",
|
|
||||||
"win32-x64": "appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d",
|
"win32-x64": "appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d",
|
||||||
"win32-arm64": "appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213",
|
"win32-arm64": "appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213",
|
||||||
"linux-x64": "appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a",
|
"linux-x64": "appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a",
|
||||||
@ -1683,7 +1710,6 @@
|
|||||||
"privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
"privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
|
||||||
"showTelemetryOptOut": true,
|
"showTelemetryOptOut": true,
|
||||||
"npsSurveyUrl": "https://aka.ms/vscode-nps",
|
"npsSurveyUrl": "https://aka.ms/vscode-nps",
|
||||||
"cesSurveyUrl": "https://aka.ms/new-to-vscode-feedback",
|
|
||||||
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
||||||
"electronRepository": "Microsoft/vscode-electron-prebuilt",
|
"electronRepository": "Microsoft/vscode-electron-prebuilt",
|
||||||
"nodejsRepository": "Microsoft/vscode-node",
|
"nodejsRepository": "Microsoft/vscode-node",
|
||||||
@ -1722,12 +1748,17 @@
|
|||||||
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
"surveyUrl": "https://www.research.net/r/8KGJ9V8",
|
||||||
"languageId": "csharp",
|
"languageId": "csharp",
|
||||||
"editCount": 10,
|
"editCount": 10,
|
||||||
"userProbability": 0.05
|
"userProbability": 0.1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"extensionsEnabledWithApiProposalVersion": [
|
||||||
|
"GitHub.copilot-chat",
|
||||||
|
"ms-vscode.vscode-commander"
|
||||||
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver"
|
"testObserver",
|
||||||
|
"testRelatedCode"
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -1756,17 +1787,25 @@
|
|||||||
"resolvers"
|
"resolvers"
|
||||||
],
|
],
|
||||||
"ms-python.python": [
|
"ms-python.python": [
|
||||||
|
"codeActionAI",
|
||||||
"contribEditorContentMenu",
|
"contribEditorContentMenu",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"saveEditor"
|
"terminalExecuteCommandEvent",
|
||||||
|
"notebookReplDocument",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
|
],
|
||||||
|
"ms-python.vscode-python-envs": [
|
||||||
|
"terminalShellEnv",
|
||||||
|
"terminalShellType"
|
||||||
],
|
],
|
||||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||||
"notebookMessaging",
|
"notebookMessaging"
|
||||||
"languageConfigurationAutoClosingPairs"
|
|
||||||
],
|
],
|
||||||
"GitHub.codespaces": [
|
"GitHub.codespaces": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
@ -1832,6 +1871,7 @@
|
|||||||
"ms-vscode-remote.remote-containers": [
|
"ms-vscode-remote.remote-containers": [
|
||||||
"contribEditSessions",
|
"contribEditSessions",
|
||||||
"resolvers",
|
"resolvers",
|
||||||
|
"portsAttributes",
|
||||||
"tunnels",
|
"tunnels",
|
||||||
"workspaceTrust",
|
"workspaceTrust",
|
||||||
"terminalDimensions",
|
"terminalDimensions",
|
||||||
@ -1851,51 +1891,77 @@
|
|||||||
"speech"
|
"speech"
|
||||||
],
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"contribCommentThreadAdditionalMenu",
|
"activeComment",
|
||||||
"tokenInformation",
|
|
||||||
"contribShareMenu",
|
|
||||||
"fileComments",
|
|
||||||
"contribCommentPeekContext",
|
|
||||||
"codiconDecoration",
|
"codiconDecoration",
|
||||||
"diffCommand",
|
"codeActionRanges",
|
||||||
|
"commentingRangeHint",
|
||||||
|
"commentReactor",
|
||||||
|
"commentReveal",
|
||||||
|
"commentThreadApplicability",
|
||||||
|
"contribAccessibilityHelpContent",
|
||||||
"contribCommentEditorActionsMenu",
|
"contribCommentEditorActionsMenu",
|
||||||
"readonlyMessage",
|
"contribCommentPeekContext",
|
||||||
"treeViewMarkdownMessage",
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"contribEditorContentMenu",
|
||||||
|
"contribMultiDiffEditorMenus",
|
||||||
|
"contribShareMenu",
|
||||||
|
"diffCommand",
|
||||||
|
"quickDiffProvider",
|
||||||
"shareProvider",
|
"shareProvider",
|
||||||
"quickDiffProvider"
|
"tabInputTextMerge",
|
||||||
|
"tokenInformation",
|
||||||
|
"treeViewMarkdownMessage"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions",
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions",
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"handleIssueUri",
|
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"terminalExecuteCommandEvent",
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatProvider",
|
"chatProvider",
|
||||||
"chatVariables",
|
"chatParticipantAdditions",
|
||||||
"chatAgents",
|
"defaultChatParticipant",
|
||||||
"chatAgents2",
|
"embeddings",
|
||||||
"chatAgents2Additions",
|
|
||||||
"defaultChatAgent",
|
|
||||||
"readonlyMessage",
|
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation",
|
"aiRelatedInformation",
|
||||||
|
"chatEditing",
|
||||||
"codeActionAI",
|
"codeActionAI",
|
||||||
"findTextInFiles",
|
"findTextInFiles",
|
||||||
"textSearchProvider"
|
"textSearchProvider",
|
||||||
|
"textSearchProvider2",
|
||||||
|
"activeComment",
|
||||||
|
"commentReveal",
|
||||||
|
"contribSourceControlInputBoxMenu",
|
||||||
|
"contribCommentEditorActionsMenu",
|
||||||
|
"contribCommentThreadAdditionalMenu",
|
||||||
|
"contribCommentsViewThreadMenus",
|
||||||
|
"newSymbolNamesProvider",
|
||||||
|
"findFiles2",
|
||||||
|
"chatReferenceDiagnostic",
|
||||||
|
"extensionsAny",
|
||||||
|
"authLearnMore",
|
||||||
|
"chatReadonlyPromptReference",
|
||||||
|
"testObserver",
|
||||||
|
"aiTextSearchProvider",
|
||||||
|
"documentFiltersExclusive",
|
||||||
|
"chatParticipantPrivate",
|
||||||
|
"contribDebugCreateConfiguration",
|
||||||
|
"inlineEdit",
|
||||||
|
"inlineCompletionsAdditions",
|
||||||
|
"chatReferenceBinaryData",
|
||||||
|
"languageModelSystem",
|
||||||
|
"languageModelCapabilities"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@ -1912,13 +1978,16 @@
|
|||||||
"textSearchProvider",
|
"textSearchProvider",
|
||||||
"timeline"
|
"timeline"
|
||||||
],
|
],
|
||||||
|
"GitHub.copilot-nes": [
|
||||||
|
"inlineEdit"
|
||||||
|
],
|
||||||
"ms-python.gather": [
|
"ms-python.gather": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
"ms-python.vscode-pylance": [
|
"ms-python.vscode-pylance": [],
|
||||||
"notebookCellExecutionState"
|
|
||||||
],
|
|
||||||
"ms-python.debugpy": [
|
"ms-python.debugpy": [
|
||||||
|
"contribViewsWelcome",
|
||||||
|
"debugVisualization",
|
||||||
"portsAttributes"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
"ms-toolsai.jupyter-renderers": [
|
"ms-toolsai.jupyter-renderers": [
|
||||||
@ -1928,7 +1997,6 @@
|
|||||||
"notebookDeprecated",
|
"notebookDeprecated",
|
||||||
"notebookMessaging",
|
"notebookMessaging",
|
||||||
"notebookMime",
|
"notebookMime",
|
||||||
"notebookCellExecutionState",
|
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"notebookKernelSource",
|
"notebookKernelSource",
|
||||||
@ -1936,28 +2004,27 @@
|
|||||||
"notebookControllerAffinityHidden",
|
"notebookControllerAffinityHidden",
|
||||||
"contribNotebookStaticPreloads",
|
"contribNotebookStaticPreloads",
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"notebookExecution"
|
"notebookExecution",
|
||||||
|
"notebookCellExecution",
|
||||||
|
"notebookVariableProvider",
|
||||||
|
"notebookReplDocument"
|
||||||
],
|
],
|
||||||
"dbaeumer.vscode-eslint": [
|
"ms-toolsai.tensorboard": [
|
||||||
"notebookCellExecutionState"
|
"portsAttributes"
|
||||||
],
|
],
|
||||||
|
"dbaeumer.vscode-eslint": [],
|
||||||
"ms-vscode.azure-sphere-tools-ui": [
|
"ms-vscode.azure-sphere-tools-ui": [
|
||||||
"tunnels"
|
"tunnels"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureappservice": [
|
"ms-azuretools.vscode-azureappservice": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"ms-azuretools.vscode-azureresourcegroups": [
|
|
||||||
"authGetSessions"
|
|
||||||
],
|
|
||||||
"ms-vscode.anycode": [
|
"ms-vscode.anycode": [
|
||||||
"extensionsAny"
|
"extensionsAny"
|
||||||
],
|
],
|
||||||
"ms-vscode.cpptools": [
|
"ms-vscode.cpptools": [
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent",
|
||||||
],
|
"chatParticipantAdditions"
|
||||||
"redhat.java": [
|
|
||||||
"documentPaste"
|
|
||||||
],
|
],
|
||||||
"ms-dotnettools.csdevkit": [
|
"ms-dotnettools.csdevkit": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -1972,12 +2039,25 @@
|
|||||||
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
"microsoft-IsvExpTools.powerplatform-vscode-preview": [
|
||||||
"fileSearchProvider",
|
"fileSearchProvider",
|
||||||
"textSearchProvider"
|
"textSearchProvider"
|
||||||
|
],
|
||||||
|
"TeamsDevApp.ms-teams-vscode-extension": [
|
||||||
|
"chatParticipantAdditions",
|
||||||
|
"languageModelSystem"
|
||||||
|
],
|
||||||
|
"ms-vscode.vscode-copilot-vision": [
|
||||||
|
"chatReferenceBinaryData",
|
||||||
|
"codeActionAI"
|
||||||
|
],
|
||||||
|
"lramos15.model-playground": [
|
||||||
|
"chatProvider"
|
||||||
|
],
|
||||||
|
"ms-autodev.vscode-autodev": [
|
||||||
|
"chatParticipantAdditions"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tasConfig": {
|
"tasConfig": {
|
||||||
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
"endpoint": "https://default.exp-tas.com/vscode/ab",
|
||||||
"telemetryEventName": "query-expfeature",
|
"telemetryEventName": "query-expfeature",
|
||||||
"featuresTelemetryPropertyName": "VSCode.ABExp.Features",
|
|
||||||
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
"assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
|
||||||
},
|
},
|
||||||
"extensionKind": {
|
"extensionKind": {
|
||||||
@ -2168,28 +2248,72 @@
|
|||||||
"https://*.vscode.dev",
|
"https://*.vscode.dev",
|
||||||
"https://*.github.dev",
|
"https://*.github.dev",
|
||||||
"https://gh.io",
|
"https://gh.io",
|
||||||
"https://portal.azure.com"
|
"https://portal.azure.com",
|
||||||
|
"https://raw.githubusercontent.com",
|
||||||
|
"https://private-user-images.githubusercontent.com",
|
||||||
|
"https://avatars.githubusercontent.com"
|
||||||
],
|
],
|
||||||
"trustedExtensionAuthAccess": [
|
"trustedExtensionAuthAccess": {
|
||||||
|
"github": [
|
||||||
"vscode.git",
|
"vscode.git",
|
||||||
"vscode.github",
|
"vscode.github",
|
||||||
"ms-vscode.remote-repositories",
|
|
||||||
"github.remotehub",
|
"github.remotehub",
|
||||||
"ms-vscode.azure-repos",
|
|
||||||
"ms-vscode.remote-server",
|
"ms-vscode.remote-server",
|
||||||
"github.vscode-pull-request-github",
|
"github.vscode-pull-request-github",
|
||||||
"github.codespaces",
|
"github.codespaces",
|
||||||
"ms-vsliveshare.vsliveshare",
|
|
||||||
"github.copilot",
|
"github.copilot",
|
||||||
"github.copilot-chat",
|
"github.copilot-chat",
|
||||||
"ms-azuretools.vscode-azureresourcegroups",
|
"ms-vsliveshare.vsliveshare",
|
||||||
"ms-edu.vscode-learning"
|
"ms-azuretools.vscode-azure-github-copilot"
|
||||||
],
|
],
|
||||||
|
"github-enterprise": [
|
||||||
|
"vscode.git",
|
||||||
|
"vscode.github",
|
||||||
|
"github.remotehub",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"github.vscode-pull-request-github",
|
||||||
|
"github.codespaces",
|
||||||
|
"github.copilot",
|
||||||
|
"github.copilot-chat",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot"
|
||||||
|
],
|
||||||
|
"microsoft": [
|
||||||
|
"vscode.git",
|
||||||
|
"ms-vscode.azure-repos",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot",
|
||||||
|
"ms-azuretools.vscode-azureresourcegroups",
|
||||||
|
"ms-edu.vscode-learning",
|
||||||
|
"ms-toolsai.vscode-ai",
|
||||||
|
"ms-toolsai.vscode-ai-remote"
|
||||||
|
],
|
||||||
|
"microsoft-sovereign-cloud": [
|
||||||
|
"vscode.git",
|
||||||
|
"ms-vscode.azure-repos",
|
||||||
|
"ms-vscode.remote-server",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot",
|
||||||
|
"ms-azuretools.vscode-azureresourcegroups",
|
||||||
|
"ms-edu.vscode-learning",
|
||||||
|
"ms-toolsai.vscode-ai",
|
||||||
|
"ms-toolsai.vscode-ai-remote"
|
||||||
|
],
|
||||||
|
"__GitHub.copilot-chat": [
|
||||||
|
"ms-azuretools.vscode-azure-github-copilot"
|
||||||
|
]
|
||||||
|
},
|
||||||
"trustedExtensionProtocolHandlers": [
|
"trustedExtensionProtocolHandlers": [
|
||||||
"vscode.git",
|
"vscode.git",
|
||||||
"vscode.github-authentication",
|
"vscode.github-authentication",
|
||||||
"vscode.microsoft-authentication"
|
"vscode.microsoft-authentication"
|
||||||
],
|
],
|
||||||
|
"inheritAuthAccountPreference": {
|
||||||
|
"github.copilot": [
|
||||||
|
"github.copilot-chat"
|
||||||
|
]
|
||||||
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
||||||
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
||||||
@ -2260,6 +2384,13 @@
|
|||||||
"user:email",
|
"user:email",
|
||||||
"read:org"
|
"read:org"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"microsoft": {
|
||||||
|
"scopes": [
|
||||||
|
"46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default",
|
||||||
|
"profile",
|
||||||
|
"openid"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2280,11 +2411,53 @@
|
|||||||
"files.associations",
|
"files.associations",
|
||||||
"workbench.editor.enablePreview"
|
"workbench.editor.enablePreview"
|
||||||
],
|
],
|
||||||
|
"aiGeneratedWorkspaceTrust": {
|
||||||
|
"title": "This workspace was generated by GitHub Copilot",
|
||||||
|
"checkboxText": "Trust the contents of all files in this workspace",
|
||||||
|
"trustOption": "Yes, I trust the contents",
|
||||||
|
"dontTrustOption": "No, I don't trust the contents",
|
||||||
|
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
||||||
|
},
|
||||||
|
"defaultChatAgent": {
|
||||||
|
"extensionId": "GitHub.copilot",
|
||||||
|
"chatExtensionId": "GitHub.copilot-chat",
|
||||||
|
"documentationUrl": "https://aka.ms/github-copilot-overview",
|
||||||
|
"termsStatementUrl": "https://aka.ms/github-copilot-terms-statement",
|
||||||
|
"privacyStatementUrl": "https://aka.ms/github-copilot-privacy-statement",
|
||||||
|
"skusDocumentationUrl": "https://aka.ms/github-copilot-plans",
|
||||||
|
"publicCodeMatchesUrl": "https://aka.ms/github-copilot-match-public-code",
|
||||||
|
"manageSettingsUrl": "https://aka.ms/github-copilot-settings",
|
||||||
|
"managePlanUrl": "https://aka.ms/github-copilot-manage-plan",
|
||||||
|
"upgradePlanUrl": "https://aka.ms/github-copilot-upgrade-plan",
|
||||||
|
"providerId": "github",
|
||||||
|
"providerName": "GitHub",
|
||||||
|
"enterpriseProviderId": "github-enterprise",
|
||||||
|
"enterpriseProviderName": "GHE.com",
|
||||||
|
"providerSetting": "github.copilot.advanced.authProvider",
|
||||||
|
"providerUriSetting": "github-enterprise.uri",
|
||||||
|
"providerScopes": [
|
||||||
|
[
|
||||||
|
"user:email"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"read:user"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"read:user",
|
||||||
|
"user:email",
|
||||||
|
"repo",
|
||||||
|
"workflow"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
||||||
|
"entitlementSignupLimitedUrl": "https://api.github.com/copilot_internal/subscribe_limited_user"
|
||||||
|
},
|
||||||
|
"chatParticipantRegistry": "https://main.vscode-cdn.net/extensions/chat.json",
|
||||||
"builtInExtensions": [
|
"builtInExtensions": [
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug-companion",
|
"name": "ms-vscode.js-debug-companion",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
|
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
||||||
@ -2299,8 +2472,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug",
|
"name": "ms-vscode.js-debug",
|
||||||
"version": "1.84.0",
|
"version": "1.97.1",
|
||||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
"sha256": "977dd854805547702e312e176f68a1b142fa123f228258f47f0964560ad32496",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||||
@ -2315,8 +2488,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.vscode-js-profile-table",
|
"name": "ms-vscode.vscode-js-profile-table",
|
||||||
"version": "1.0.3",
|
"version": "1.0.10",
|
||||||
"sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5",
|
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||||
@ -2328,59 +2501,18 @@
|
|||||||
},
|
},
|
||||||
"publisherDisplayName": "Microsoft"
|
"publisherDisplayName": "Microsoft"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ms-vscode-remote.remote-wsl-recommender",
|
|
||||||
"version": "0.0.19",
|
|
||||||
"sha256": "926095d290dc7cdb9daf40ef5ae7591db12171ba1af1f61afcb5a368d0fc66aa",
|
|
||||||
"repo": "https://github.com/microsoft/vscode-remote-wsl-recommender",
|
|
||||||
"metadata": {
|
|
||||||
"id": "cb296d3c-017a-4dee-83af-ebb5a5a16e9a",
|
|
||||||
"publisherId": {
|
|
||||||
"publisherId": "ac9410a2-0d75-40ec-90de-b59bb705801d",
|
|
||||||
"publisherName": "ms-vscode-remote",
|
|
||||||
"displayName": "Microsoft",
|
|
||||||
"flags": "verified"
|
|
||||||
},
|
|
||||||
"publisherDisplayName": "Microsoft"
|
|
||||||
},
|
|
||||||
"platforms": [
|
|
||||||
"win32"
|
|
||||||
],
|
|
||||||
"clientOnly": true
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"aiGeneratedWorkspaceTrust": {
|
"commit": "4e6f06d1c7ad67cb14a654cee571518f8ead0ef2",
|
||||||
"title": "This workspace was generated by GitHub Copilot",
|
"date": "2025-02-28T09:27:55.071Z",
|
||||||
"checkboxText": "Trust the contents of all files in this workspace",
|
|
||||||
"trustOption": "Yes, I trust the contents",
|
|
||||||
"dontTrustOption": "No, I don't trust the contents",
|
|
||||||
"startupTrustRequestLearnMore": "If you don't trust the contents of the files generated by GitHub Copilot, we recommend continuing in restricted mode. See [our docs](https://aka.ms/vscode-workspace-trust) to learn more. "
|
|
||||||
},
|
|
||||||
"gitHubEntitlement": {
|
|
||||||
"providerId": "github",
|
|
||||||
"command": {
|
|
||||||
"title": "Install GitHub Copilot (Paid for by {{org}})",
|
|
||||||
"titleWithoutPlaceHolder": "Install GitHub Copilot",
|
|
||||||
"action": "workbench.extensions.installExtension",
|
|
||||||
"when": "workbench.accounts.experimental.showEntitlements"
|
|
||||||
},
|
|
||||||
"entitlementUrl": "https://api.github.com/copilot_internal/user",
|
|
||||||
"extensionId": "github.copilot",
|
|
||||||
"enablementKey": "chat_enabled",
|
|
||||||
"confirmationAction": "Install",
|
|
||||||
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
|
|
||||||
},
|
|
||||||
"commit": "a9d8fbca9ec9a7914f2077a83ca66a08c7e10f83",
|
|
||||||
"date": "2023-11-02T09:02:24.464Z",
|
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+YjAT0E1c7lIptsWGS3Yew",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "U8d89Uj4tZlMyl6vDFe2nU3FfPlY3ftAetFRdBJE+kA",
|
||||||
"vs/workbench/workbench.desktop.main.js": "zpnCTtoUdDuo4F0i+tO/mA",
|
"vs/workbench/workbench.desktop.main.js": "9ZZKEKpYsrW7hJ6bM4Q/Gskns6ERrc02xhFafobxo9o",
|
||||||
"vs/workbench/workbench.desktop.main.css": "M7hVHL/fchc2dcCcOb5peQ",
|
"vs/workbench/workbench.desktop.main.css": "Gx5gmm3RmoZF151COGa4O/dPhIJlrdHuHu42E31JIHU",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "jL1WgW8wzL9MAeP77gepkw",
|
"vs/workbench/api/node/extensionHostProcess.js": "5WFUw5jZ4spKoSNEWulFM8MRLJgk3tTXfeIGi7OtZiU",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "Cg5Ry8xPTQBp0/MflivowA"
|
"vs/code/electron-sandbox/workbench/workbench.js": "2AMeg/31q+oxcCubxGdf5bzpjN7prt3DR/+nOCHYdgM"
|
||||||
},
|
},
|
||||||
"version": "1.85.0-insider",
|
"version": "1.98.0-insider",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user