From 1845a9a7826e23863832971a5cead89fdb3916f3 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 13 Sep 2024 16:27:32 -0700 Subject: [PATCH] 8.0.108 WIQQL --- .omnisharp/omnisharp.json | 4 +- .thunder-client/tc_col_azure-devops.json | 84 +++++- .vscode/mklink.md | 8 +- app-code/package.json | 144 +++++----- app-code/product.json | 329 ++++++++++++---------- app-codium/package.json | 146 +++++----- app-codium/product.json | 134 +++++---- app-insiders/package.json | 180 ++++++------ app-insiders/product.json | 344 +++++++++++++---------- 9 files changed, 800 insertions(+), 573 deletions(-) diff --git a/.omnisharp/omnisharp.json b/.omnisharp/omnisharp.json index 93b76d6..89796bd 100644 --- a/.omnisharp/omnisharp.json +++ b/.omnisharp/omnisharp.json @@ -21,7 +21,7 @@ "enableAnalyzersSupport": true }, "sdk": { - "path": "C:/Program Files/dotnet/sdk/8.0.104/", - "version": "8.0.104" + "path": "C:/Program Files/dotnet/sdk/8.0.108/", + "version": "8.0.108" } } \ No newline at end of file diff --git a/.thunder-client/tc_col_azure-devops.json b/.thunder-client/tc_col_azure-devops.json index 45fce18..3748d77 100644 --- a/.thunder-client/tc_col_azure-devops.json +++ b/.thunder-client/tc_col_azure-devops.json @@ -94,17 +94,91 @@ "colId": "d8cdd342-86c5-417f-8238-2085b3625f42", "containerId": "", "name": "FI Backlog Mesa - Request List", - "url": "https://tfs.intra.infineon.com/tfs/ManufacturingIT/Mesa_FI/_queries/query/2652d386-5696-420d-b598-4fdaa14c4eec/", - "method": "GET", + "url": "https://tfs.intra.infineon.com/tfs/FactoryIntegration/0d06e969-e1f5-4835-a359-620d557c7595/_apis/wit/workItems/109733/comments/107921?api-version=7.0-preview.3", + "method": "PATCH", "sortNum": 10000, "created": "2024-04-19T21:10:18.534Z", - "modified": "2024-04-19T21:13:11.959Z", + "modified": "2024-08-21T19:36:25.878Z", "headers": [ { "name": "Authorization", - "value": "Basic OnZvcnZrcTJybnU3Z3l6NTJiYnd2M29rZHF4aDR6NTNub2pqb3FiNWVobGF2eWw2dHlhdWE=" + "value": "Basic OjRuN2QyamNxbDZia3EzMmY2NnRvaGRkb25meGFqa3lwcTY2bG01eTN6cWVtdGxvaGF3c2E=" } - ] + ], + "params": [ + { + "name": "api-version", + "value": "7.0-preview.3", + "isPath": false + } + ], + "body": { + "type": "json", + "raw": "{\n \"text\": \"Test\"\n}", + "form": [] + } + }, + { + "_id": "ae7243a2-df53-4116-b566-c59a756a98fe", + "colId": "d8cdd342-86c5-417f-8238-2085b3625f42", + "containerId": "", + "name": "IterationPath", + "url": "https://tfs.intra.infineon.com/tfs/FactoryIntegration/0d06e969-e1f5-4835-a359-620d557c7595/_apis/wit/workItems/109733?api-version=7.0-preview.3", + "method": "PATCH", + "sortNum": 20000, + "created": "2024-09-04T18:34:03.076Z", + "modified": "2024-09-04T18:43:06.288Z", + "headers": [ + { + "name": "Authorization", + "value": "Basic OjRuN2QyamNxbDZia3EzMmY2NnRvaGRkb25meGFqa3lwcTY2bG01eTN6cWVtdGxvaGF3c2E=" + }, + { + "name": "Content-Type", + "value": "application/json-patch+json" + } + ], + "params": [ + { + "name": "api-version", + "value": "7.0-preview.3", + "isPath": false + } + ], + "body": { + "type": "json", + "raw": "[\n {\n \"op\": \"test\",\n \"path\": \"/rev\",\n \"value\": 8\n },\n {\n \"op\": \"replace\",\n \"path\": \"/fields/System.IterationPath\",\n \"value\": \"ART SPS\"\n }\n]", + "form": [] + } + }, + { + "_id": "08e4298e-2f65-4da7-aba5-a06f7443cf43", + "colId": "d8cdd342-86c5-417f-8238-2085b3625f42", + "containerId": "", + "name": "WIQQL", + "url": "https://tfs.intra.infineon.com/tfs/FactoryIntegration/ART SPS/_apis/wit/tempqueries?api-version=7.1-preview.1", + "method": "POST", + "sortNum": 30000, + "created": "2024-09-04T20:41:54.607Z", + "modified": "2024-09-04T20:43:41.679Z", + "headers": [ + { + "name": "Authorization", + "value": "Basic OjRuN2QyamNxbDZia3EzMmY2NnRvaGRkb25meGFqa3lwcTY2bG01eTN6cWVtdGxvaGF3c2E=" + } + ], + "params": [ + { + "name": "api-version", + "value": "7.1-preview.1", + "isPath": false + } + ], + "body": { + "type": "json", + "raw": "\r\n{\r\n \"wiql\": \"Select [System.Id], [System.Title], [System.State] From WorkItems Where [System.WorkItemType] = 'Bug' order by [Microsoft.VSTS.Common.Priority] asc, [System.CreatedDate] desc\"\r\n}", + "form": [] + } } ], "sortNum": 70000 diff --git a/.vscode/mklink.md b/.vscode/mklink.md index 7aa211d..0c2d73a 100644 --- a/.vscode/mklink.md +++ b/.vscode/mklink.md @@ -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) 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 "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-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-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-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\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\VSCodium\User\globalStorage\rangav.vscode-thunder-client\collections" ``` ```bash Fri Jul 12 2024 11:57:21 GMT-0700 (Mountain Standard Time) diff --git a/app-code/package.json b/app-code/package.json index 863fc4a..cdc6781 100644 --- a/app-code/package.json +++ b/app-code/package.json @@ -1,7 +1,7 @@ { "name": "Code", - "version": "1.84.0", - "distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d", + "version": "1.93.1", + "distro": "2560b0e8d341a0b6734d28ef71b08e1920ff2501", "author": { "name": "Microsoft Corporation" }, @@ -11,27 +11,32 @@ "scripts": { "test": "echo Please run any of the test scripts from the scripts folder.", "test-browser": "npx playwright install && node test/unit/browser/index.js", + "test-browser-esm": "npx playwright install && node test/unit/browser/index.esm.js", "test-browser-no-install": "node test/unit/browser/index.js", + "test-browser-esm-no-install": "node test/unit/browser/index.esm.js", "test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit", + "test-node-esm": "mocha test/unit/node/index.mjs --delay --ui=tdd --timeout=5000 --exit", "test-extension": "vscode-test", "preinstall": "node build/npm/preinstall.js", "postinstall": "node build/npm/postinstall.js", - "compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile", + "compile": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile", "watch": "npm-run-all -lp watch-client watch-extensions", + "watch-esm": "npm-run-all -lp watch-client-esm watch-extensions", "watchd": "deemon yarn watch", "watch-webd": "deemon yarn watch-web", "kill-watchd": "deemon --kill yarn watch", "kill-watch-webd": "deemon --kill yarn watch-web", "restart-watchd": "deemon --restart yarn watch", "restart-watch-webd": "deemon --restart yarn 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=4095 ./node_modules/gulp/bin/gulp.js watch-client", + "watch-client-esm": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-client-esm", "watch-clientd": "deemon yarn watch-client", "kill-watch-clientd": "deemon --kill yarn 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=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media", "watch-extensionsd": "deemon yarn watch-extensions", "kill-watch-extensionsd": "deemon --kill yarn watch-extensions", "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", "7z": "7z", "update-grammars": "node build/npm/update-all-grammars.mjs", @@ -47,110 +52,110 @@ "update-distro": "node build/npm/update-distro.mjs", "web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'", "compile-cli": "gulp compile-cli", - "compile-web": "node --max_old_space_size=4095 ./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-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli", + "compile-web": "node --max-old-space-size=4095 ./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-cli": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-cli", "eslint": "node build/eslint", "stylelint": "node build/stylelint", - "playwright-install": "node build/azure-pipelines/common/installPlaywright.js", - "compile-build": "node --max_old_space_size=4095 ./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", - "minify-vscode": "node --max_old_space_size=4095 ./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-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", - "hygiene": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr", - "perf": "node scripts/code-perf.js" + "playwright-install": "yarn playwright install", + "compile-build": "node --max-old-space-size=4095 ./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", + "minify-vscode": "node --max-old-space-size=4095 ./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-web": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", + "hygiene": "node --max-old-space-size=4095 ./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-pr": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr", + "extensions-ci": "node --max-old-space-size=8095 ./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", + "perf": "node scripts/code-perf.js", + "update-build-ts-version": "yarn add typescript@next && tsc -p ./build/tsconfig.build.json" }, "dependencies": { "@microsoft/1ds-core-js": "^3.2.13", "@microsoft/1ds-post-js": "^3.2.13", "@parcel/watcher": "2.1.0", + "@vscode/deviceid": "^0.1.1", "@vscode/iconv-lite-umd": "0.7.0", "@vscode/policy-watcher": "^1.1.4", - "@vscode/proxy-agent": "^0.17.5", - "@vscode/ripgrep": "^1.15.6", - "@vscode/spdlog": "^0.13.12", + "@vscode/proxy-agent": "^0.23.0", + "@vscode/ripgrep": "^1.15.9", + "@vscode/spdlog": "^0.15.0", "@vscode/sqlite3": "5.1.6-vscode", "@vscode/sudo-prompt": "9.3.1", + "@vscode/tree-sitter-wasm": "^0.0.2", "@vscode/vscode-languagedetection": "1.0.21", - "@vscode/windows-mutex": "^0.4.4", - "@vscode/windows-process-tree": "^0.5.0", + "@vscode/windows-mutex": "^0.5.0", + "@vscode/windows-process-tree": "^0.6.0", "@vscode/windows-registry": "^1.1.0", - "graceful-fs": "4.2.11", + "@xterm/addon-clipboard": "0.2.0-beta.35", + "@xterm/addon-image": "0.9.0-beta.52", + "@xterm/addon-search": "0.16.0-beta.52", + "@xterm/addon-serialize": "0.14.0-beta.52", + "@xterm/addon-unicode11": "0.9.0-beta.52", + "@xterm/addon-webgl": "0.19.0-beta.52", + "@xterm/headless": "5.6.0-beta.52", + "@xterm/xterm": "5.6.0-beta.52", "http-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.2", - "jschardet": "3.0.0", - "kerberos": "^2.0.1", + "jschardet": "3.1.3", + "kerberos": "2.1.1", "minimist": "^1.2.6", "native-is-elevated": "0.7.0", - "native-keymap": "^3.3.4", + "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta5", - "tas-client-umd": "0.1.8", - "util": "^0.12.4", - "v8-inspect-profiler": "^0.1.0", + "node-pty": "1.1.0-beta21", + "open": "^8.4.2", + "tas-client-umd": "0.2.0", + "v8-inspect-profiler": "^0.1.1", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", - "vscode-textmate": "9.0.0", - "xterm": "5.4.0-beta.32", - "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", + "vscode-textmate": "9.1.0", + "yauzl": "^3.0.0", "yazl": "^2.4.3" }, "devDependencies": { - "@playwright/test": "^1.37.1", + "@playwright/test": "^1.46.1", "@swc/core": "1.3.62", "@types/cookie": "^0.3.3", - "@types/cssnano": "^4.0.0", "@types/debug": "^4.1.5", - "@types/graceful-fs": "4.1.2", - "@types/gulp-postcss": "^8.0.0", "@types/gulp-svgmin": "^1.2.1", "@types/http-proxy-agent": "^2.0.1", "@types/kerberos": "^1.1.2", "@types/minimist": "^1.2.1", "@types/mocha": "^9.1.1", - "@types/node": "18.x", + "@types/node": "20.x", "@types/sinon": "^10.0.2", "@types/sinon-test": "^2.4.2", "@types/trusted-types": "^1.0.6", "@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/windows-foreground-love": "^0.3.0", "@types/winreg": "^1.2.30", - "@types/yauzl": "^2.9.1", + "@types/yauzl": "^2.10.0", "@types/yazl": "^2.4.2", - "@typescript-eslint/eslint-plugin": "^5.57.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/experimental-utils": "^5.57.0", - "@typescript-eslint/parser": "^5.57.0", + "@typescript-eslint/parser": "^6.21.0", "@vscode/gulp-electron": "^1.36.0", - "@vscode/l10n-dev": "0.0.21", - "@vscode/telemetry-extractor": "^1.9.10", - "@vscode/test-cli": "^0.0.3", - "@vscode/test-electron": "^2.3.5", - "@vscode/test-web": "^0.0.42", + "@vscode/l10n-dev": "0.0.35", + "@vscode/telemetry-extractor": "^1.10.2", + "@vscode/test-cli": "^0.0.6", + "@vscode/test-electron": "^2.4.0", + "@vscode/test-web": "^0.0.56", + "@vscode/v8-heap-parser": "^0.1.0", "@vscode/vscode-perf": "^0.0.14", "ansi-colors": "^3.2.3", "asar": "^3.0.3", "chromium-pickle-js": "^0.2.0", "cookie": "^0.4.0", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.7.3", - "cssnano": "^4.1.11", + "css-loader": "^6.9.1", + "cssnano": "^6.0.3", "debounce": "^1.0.0", "deemon": "^1.8.0", - "electron": "25.9.2", + "electron": "30.4.0", "eslint": "8.36.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^46.5.0", @@ -171,7 +176,6 @@ "gulp-gzip": "^1.4.2", "gulp-json-editor": "^2.5.0", "gulp-plumber": "^1.2.0", - "gulp-postcss": "^9.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^3.0.0", @@ -180,7 +184,7 @@ "husky": "^0.13.1", "innosetup": "6.0.5", "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-source-maps": "^4.0.1", "istanbul-reports": "^3.1.5", @@ -197,6 +201,8 @@ "opn": "^6.0.0", "p-all": "^1.0.0", "path-browserify": "^1.0.1", + "postcss": "^8.4.33", + "postcss-nesting": "^12.0.2", "pump": "^1.0.1", "rcedit": "^1.1.0", "rimraf": "^2.2.8", @@ -208,15 +214,19 @@ "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "tsec": "0.2.7", - "typescript": "^5.3.0-dev.20231002", - "typescript-formatter": "7.1.0", + "tslib": "^2.6.3", + "typescript": "^5.7.0-dev.20240826", + "util": "^0.12.4", "vscode-nls-dev": "^3.3.1", - "webpack": "^5.77.0", - "webpack-cli": "^5.0.1", + "webpack": "^5.91.0", + "webpack-cli": "^5.1.4", "webpack-stream": "^7.0.0", "xml2js": "^0.5.0", "yaserver": "^0.4.0" }, + "resolutions": { + "node-gyp-build": "4.8.1" + }, "repository": { "type": "git", "url": "https://github.com/microsoft/vscode.git" diff --git a/app-code/product.json b/app-code/product.json index 6db037c..bc2349e 100644 --- a/app-code/product.json +++ b/app-code/product.json @@ -39,12 +39,12 @@ "webUrl": "https://vscode.dev", "webEndpointUrl": "https://main.vscode-cdn.net", "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/", "quality": "stable", "extensionsGallery": { "nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/", "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", - "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", "itemUrl": "https://marketplace.visualstudio.com/items", "publisherUrl": "https://marketplace.visualstudio.com/publishers", "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}", @@ -132,7 +132,8 @@ "pathGlob": "{**/*.java}", "important": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] }, { @@ -141,7 +142,8 @@ ], "important": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } ] @@ -163,6 +165,14 @@ } ] }, + "ms-toolsai.prompty": { + "onFileOpen": [ + { + "pathGlob": "{**/*.prompty}", + "important": false + } + ] + }, "ms-vscode.cpptools-extension-pack": { "onFileOpen": [ { @@ -346,13 +356,6 @@ } ] }, - "ms-vscode.vscode-typescript-tslint-plugin": { - "onFileOpen": [ - { - "pathGlob": "{**/tslint.json}" - } - ] - }, "bmewburn.vscode-intelephense-client": { "onFileOpen": [ { @@ -402,13 +405,6 @@ } ] }, - "felipecaputo.git-project-manager": { - "onFileOpen": [ - { - "pathGlob": "{**/.gitignore,**/.git}" - } - ] - }, "eamodio.gitlens": { "onFileOpen": [ { @@ -528,13 +524,6 @@ } ] }, - "GoogleCloudTools.cloudcode": { - "onFileOpen": [ - { - "pathGlob": "{**/skaffold.yaml}" - } - ] - }, "Oracle.oracledevtools": { "onFileOpen": [ { @@ -549,7 +538,7 @@ } ] }, - "Pivotal.vscode-boot-dev-pack": { + "vmware.vscode-boot-dev-pack": { "onFileOpen": [ { "pathGlob": "{**/application.properties}" @@ -562,7 +551,9 @@ "pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}" } ], - "onSettingsEditorOpen": {} + "onSettingsEditorOpen": { + "descriptionOverride": "GitHub Copilot is an AI pair programmer tool that helps you write code faster and smarter." + } }, "GitHub.vscode-github-actions": { "onFileOpen": [ @@ -658,10 +649,11 @@ "important": true, "isExtensionPack": true, "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", "isExtensionPack": true } @@ -676,7 +668,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -942,9 +935,6 @@ }, "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" - }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" } } }, @@ -958,9 +948,6 @@ "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" - }, "ms-vscode-remote.remote-containers": { "name": "Dev Containers" } @@ -1080,7 +1067,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -1093,7 +1081,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -1196,9 +1185,6 @@ }, "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" - }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" } } }, @@ -1211,9 +1197,6 @@ "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" - }, "ms-vscode-remote.remote-containers": { "name": "Dev Containers" } @@ -1656,7 +1639,6 @@ "companyName": "Microsoft" }, "appCenter": { - "win32-ia32": "appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41", "win32-x64": "appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662", "win32-arm64": "appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7", "linux-x64": "appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171", @@ -1697,7 +1679,6 @@ "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839", "showTelemetryOptOut": true, "npsSurveyUrl": "https://aka.ms/vscode-nps", - "cesSurveyUrl": "https://aka.ms/new-to-vscode-feedback", "checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886", "electronRepository": "Microsoft/vscode-electron-prebuilt", "nodejsRepository": "Microsoft/vscode-node", @@ -1736,12 +1717,17 @@ "surveyUrl": "https://www.research.net/r/8KGJ9V8", "languageId": "csharp", "editCount": 10, - "userProbability": 0.05 + "userProbability": 0.1 } ], + "extensionsEnabledWithApiProposalVersion": [ + "GitHub.copilot-chat" + ], "extensionEnabledApiProposals": { "ms-vscode.vscode-selfhost-test-provider": [ - "testObserver" + "testObserver", + "testRelatedCode", + "attributableCoverage" ], "VisualStudioExptTeam.vscodeintellicode-completions": [ "inlineCompletionsAdditions" @@ -1776,11 +1762,12 @@ "testObserver", "quickPickItemTooltip", "terminalDataWriteEvent", - "saveEditor" + "terminalExecuteCommandEvent", + "contribIssueReporter", + "notebookReplDocument" ], "ms-dotnettools.dotnet-interactive-vscode": [ - "notebookMessaging", - "languageConfigurationAutoClosingPairs" + "notebookMessaging" ], "GitHub.codespaces": [ "contribEditSessions", @@ -1846,6 +1833,7 @@ "ms-vscode-remote.remote-containers": [ "contribEditSessions", "resolvers", + "portsAttributes", "tunnels", "workspaceTrust", "terminalDimensions", @@ -1865,18 +1853,28 @@ "speech" ], "GitHub.vscode-pull-request-github": [ - "contribCommentThreadAdditionalMenu", - "tokenInformation", - "contribShareMenu", - "fileComments", - "contribCommentPeekContext", + "activeComment", "codiconDecoration", - "diffCommand", + "codeActionRanges", + "commentingRangeHint", + "commentReactor", + "commentReveal", + "commentThreadApplicability", + "contribAccessibilityHelpContent", "contribCommentEditorActionsMenu", - "readonlyMessage", - "treeViewMarkdownMessage", + "contribCommentPeekContext", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "contribEditorContentMenu", + "contribMultiDiffEditorMenus", + "contribShareMenu", + "diffCommand", + "fileComments", + "quickDiffProvider", "shareProvider", - "quickDiffProvider" + "tabInputTextMerge", + "tokenInformation", + "treeViewMarkdownMessage" ], "GitHub.copilot": [ "inlineCompletionsAdditions" @@ -1885,25 +1883,37 @@ "inlineCompletionsAdditions" ], "GitHub.copilot-chat": [ - "handleIssueUri", "interactive", - "interactiveUserActions", "terminalDataWriteEvent", "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", - "chatVariables", - "chatAgents", - "chatAgents2", - "chatAgents2Additions", - "defaultChatAgent", - "readonlyMessage", + "chatParticipantAdditions", + "defaultChatParticipant", + "embeddings", + "chatVariableResolver", "chatProvider", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", "findTextInFiles", - "textSearchProvider" + "textSearchProvider", + "activeComment", + "commentReveal", + "contribSourceControlInputBoxMenu", + "contribCommentEditorActionsMenu", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "newSymbolNamesProvider", + "findFiles2", + "extensionsAny", + "authLearnMore", + "testObserver", + "aiTextSearchProvider", + "documentFiltersExclusive", + "chatParticipantPrivate", + "lmTools", + "contribDebugCreateConfiguration" ], "GitHub.remotehub": [ "contribRemoteHelp", @@ -1927,6 +1937,9 @@ "notebookCellExecutionState" ], "ms-python.debugpy": [ + "contribIssueReporter", + "contribViewsWelcome", + "debugVisualization", "portsAttributes" ], "ms-toolsai.jupyter-renderers": [ @@ -1944,7 +1957,10 @@ "notebookControllerAffinityHidden", "contribNotebookStaticPreloads", "quickPickItemTooltip", - "notebookExecution" + "notebookExecution", + "notebookCellExecution", + "notebookVariableProvider", + "notebookReplDocument" ], "dbaeumer.vscode-eslint": [ "notebookCellExecutionState" @@ -1955,18 +1971,22 @@ "ms-azuretools.vscode-azureappservice": [ "terminalDataWriteEvent" ], - "ms-azuretools.vscode-azureresourcegroups": [ - "authGetSessions" + "ms-azuretools.vscode-azure-github-copilot": [ + "lmTools" ], "ms-vscode.anycode": [ "extensionsAny" ], "ms-vscode.cpptools": [ - "terminalDataWriteEvent" + "terminalDataWriteEvent", + "lmTools" ], "redhat.java": [ "documentPaste" ], + "vscjava.vscode-java-pack": [ + "lmTools" + ], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -1980,12 +2000,15 @@ "microsoft-IsvExpTools.powerplatform-vscode-preview": [ "fileSearchProvider", "textSearchProvider" + ], + "TeamsDevApp.ms-teams-vscode-extension": [ + "chatParticipantAdditions", + "languageModelSystem" ] }, "tasConfig": { "endpoint": "https://default.exp-tas.com/vscode/ab", "telemetryEventName": "query-expfeature", - "featuresTelemetryPropertyName": "VSCode.ABExp.Features", "assignmentContextTelemetryPropertyName": "abexp.assignmentcontext" }, "extensionKind": { @@ -2176,23 +2199,51 @@ "https://*.vscode.dev", "https://*.github.dev", "https://gh.io", - "https://portal.azure.com" - ], - "trustedExtensionAuthAccess": [ - "vscode.git", - "vscode.github", - "ms-vscode.remote-repositories", - "github.remotehub", - "ms-vscode.azure-repos", - "ms-vscode.remote-server", - "github.vscode-pull-request-github", - "github.codespaces", - "ms-vsliveshare.vsliveshare", - "github.copilot", - "github.copilot-chat", - "ms-azuretools.vscode-azureresourcegroups", - "ms-edu.vscode-learning" + "https://portal.azure.com", + "https://raw.githubusercontent.com", + "https://private-user-images.githubusercontent.com", + "https://avatars.githubusercontent.com" ], + "trustedExtensionAuthAccess": { + "github": [ + "vscode.github", + "github.remotehub", + "ms-vscode.remote-server", + "github.vscode-pull-request-github", + "github.codespaces", + "github.copilot", + "github.copilot-chat", + "ms-vsliveshare.vsliveshare" + ], + "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": [ "vscode.git", "vscode.github-authentication", @@ -2267,6 +2318,13 @@ "user:email", "read:org" ] + }, + "microsoft": { + "scopes": [ + "46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default", + "profile", + "openid" + ] } } }, @@ -2287,11 +2345,33 @@ "files.associations", "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. " + }, + "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?" + }, + "chatParticipantRegistry": "https://az764295.vo.msecnd.net/extensions/chat.json", "builtInExtensions": [ { "name": "ms-vscode.js-debug-companion", - "version": "1.1.2", - "sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa", + "version": "1.1.3", + "sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93", "repo": "https://github.com/microsoft/vscode-js-debug-companion", "metadata": { "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", @@ -2306,8 +2386,8 @@ }, { "name": "ms-vscode.js-debug", - "version": "1.84.0", - "sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596", + "version": "1.93.0", + "sha256": "9339cb8e6b77f554df54d79e71f533279cb76b0f9b04c207f633bfd507442b6a", "repo": "https://github.com/microsoft/vscode-js-debug", "metadata": { "id": "25629058-ddac-4e17-abba-74678e126c5d", @@ -2322,8 +2402,8 @@ }, { "name": "ms-vscode.vscode-js-profile-table", - "version": "1.0.3", - "sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5", + "version": "1.0.9", + "sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6", "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", "metadata": { "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb", @@ -2335,59 +2415,18 @@ }, "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": { - "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. " - }, - "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", + "commit": "38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40", + "date": "2024-09-11T17:20:05.685Z", "checksums": { - "vs/base/parts/sandbox/electron-sandbox/preload.js": "KHZHxB1OYoF7HZVmMdEd2w", - "vs/workbench/workbench.desktop.main.js": "t1RjXiziCVXbYceYGRrZIg", - "vs/workbench/workbench.desktop.main.css": "nnTNzl4zg2YNxrRFaHojeA", - "vs/workbench/api/node/extensionHostProcess.js": "IQLdItg6yjjxlenKjQeODg", - "vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA", - "vs/code/electron-sandbox/workbench/workbench.js": "I66875UGSqFsMswHTWQYMA" + "vs/base/parts/sandbox/electron-sandbox/preload.js": "InQuq5hGH0mfbg2Wuksn895vmge7k0I2BMs5TPpcWTs", + "vs/workbench/workbench.desktop.main.js": "3uGw4R7/z2fk7sFqE5Qk4eN6nnLKYfMHScicLNDEAF4", + "vs/workbench/workbench.desktop.main.css": "OXcm60zcdk400Gk6LvxXgbEmcX5JDmFkpyYGTZBGXAY", + "vs/workbench/api/node/extensionHostProcess.js": "xPy4mIqi+qHyGy7GyzDRst7zgRFmBPWfmA/WZ5Ia3ow", + "vs/code/electron-sandbox/workbench/workbench.html": "MOHfHsuI+CL4nPwyAQjuFCAjFomNep+vcvjL0sLDlbw", + "vs/code/electron-sandbox/workbench/workbench.js": "8k8E51aasm+azUDCkSxJy/j0sQK2EGKldB8sm7rdVzU" }, - "version": "1.84.0", + "version": "1.93.1", "target": "user" } \ No newline at end of file diff --git a/app-codium/package.json b/app-codium/package.json index 932d695..2996569 100644 --- a/app-codium/package.json +++ b/app-codium/package.json @@ -1,7 +1,7 @@ { "name": "VSCodium", - "version": "1.84.0", - "distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d", + "version": "1.93.1", + "distro": "2560b0e8d341a0b6734d28ef71b08e1920ff2501", "author": { "name": "VSCodium" }, @@ -11,27 +11,32 @@ "scripts": { "test": "echo Please run any of the test scripts from the scripts folder.", "test-browser": "npx playwright install && node test/unit/browser/index.js", + "test-browser-esm": "npx playwright install && node test/unit/browser/index.esm.js", "test-browser-no-install": "node test/unit/browser/index.js", + "test-browser-esm-no-install": "node test/unit/browser/index.esm.js", "test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit", + "test-node-esm": "mocha test/unit/node/index.mjs --delay --ui=tdd --timeout=5000 --exit", "test-extension": "vscode-test", "preinstall": "node build/npm/preinstall.js", "postinstall": "node build/npm/postinstall.js", - "compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile", + "compile": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile", "watch": "npm-run-all -lp watch-client watch-extensions", + "watch-esm": "npm-run-all -lp watch-client-esm watch-extensions", "watchd": "deemon yarn watch", "watch-webd": "deemon yarn watch-web", "kill-watchd": "deemon --kill yarn watch", "kill-watch-webd": "deemon --kill yarn watch-web", "restart-watchd": "deemon --restart yarn watch", "restart-watch-webd": "deemon --restart yarn 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=4095 ./node_modules/gulp/bin/gulp.js watch-client", + "watch-client-esm": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-client-esm", "watch-clientd": "deemon yarn watch-client", "kill-watch-clientd": "deemon --kill yarn 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=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media", "watch-extensionsd": "deemon yarn watch-extensions", "kill-watch-extensionsd": "deemon --kill yarn watch-extensions", "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", "7z": "7z", "update-grammars": "node build/npm/update-all-grammars.mjs", @@ -47,110 +52,110 @@ "update-distro": "node build/npm/update-distro.mjs", "web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'", "compile-cli": "gulp compile-cli", - "compile-web": "node --max_old_space_size=4095 ./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-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli", + "compile-web": "node --max-old-space-size=4095 ./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-cli": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-cli", "eslint": "node build/eslint", "stylelint": "node build/stylelint", - "playwright-install": "node build/azure-pipelines/common/installPlaywright.js", - "compile-build": "node --max_old_space_size=4095 ./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", - "minify-vscode": "node --max_old_space_size=4095 ./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-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", - "hygiene": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr", - "perf": "node scripts/code-perf.js" + "playwright-install": "yarn playwright install", + "compile-build": "node --max-old-space-size=4095 ./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", + "minify-vscode": "node --max-old-space-size=4095 ./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-web": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", + "hygiene": "node --max-old-space-size=4095 ./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-pr": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr", + "extensions-ci": "node --max-old-space-size=8095 ./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", + "perf": "node scripts/code-perf.js", + "update-build-ts-version": "yarn add typescript@next && tsc -p ./build/tsconfig.build.json" }, "dependencies": { "@microsoft/1ds-core-js": "^3.2.13", "@microsoft/1ds-post-js": "^3.2.13", "@parcel/watcher": "2.1.0", + "@vscode/deviceid": "^0.1.1", "@vscode/iconv-lite-umd": "0.7.0", "@vscode/policy-watcher": "^1.1.4", - "@vscode/proxy-agent": "^0.17.5", - "@vscode/ripgrep": "^1.15.6", - "@vscode/spdlog": "^0.13.12", + "@vscode/proxy-agent": "^0.23.0", + "@vscode/ripgrep": "^1.15.9", + "@vscode/spdlog": "^0.15.0", "@vscode/sqlite3": "5.1.6-vscode", "@vscode/sudo-prompt": "9.3.1", + "@vscode/tree-sitter-wasm": "^0.0.2", "@vscode/vscode-languagedetection": "1.0.21", - "@vscode/windows-mutex": "^0.4.4", - "@vscode/windows-process-tree": "^0.5.0", + "@vscode/windows-mutex": "^0.5.0", + "@vscode/windows-process-tree": "^0.6.0", "@vscode/windows-registry": "^1.1.0", - "graceful-fs": "4.2.11", + "@xterm/addon-clipboard": "0.2.0-beta.35", + "@xterm/addon-image": "0.9.0-beta.52", + "@xterm/addon-search": "0.16.0-beta.52", + "@xterm/addon-serialize": "0.14.0-beta.52", + "@xterm/addon-unicode11": "0.9.0-beta.52", + "@xterm/addon-webgl": "0.19.0-beta.52", + "@xterm/headless": "5.6.0-beta.52", + "@xterm/xterm": "5.6.0-beta.52", "http-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.2", - "jschardet": "3.0.0", - "kerberos": "^2.0.1", + "jschardet": "3.1.3", + "kerberos": "2.1.1", "minimist": "^1.2.6", "native-is-elevated": "0.7.0", - "native-keymap": "^3.3.4", + "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta5", - "tas-client-umd": "0.1.8", - "util": "^0.12.4", - "v8-inspect-profiler": "^0.1.0", + "node-pty": "1.1.0-beta21", + "open": "^8.4.2", + "tas-client-umd": "0.2.0", + "v8-inspect-profiler": "^0.1.1", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", - "vscode-textmate": "9.0.0", - "xterm": "5.4.0-beta.32", - "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", + "vscode-textmate": "9.1.0", + "yauzl": "^3.0.0", "yazl": "^2.4.3" }, "devDependencies": { - "@playwright/test": "^1.37.1", + "@playwright/test": "^1.46.1", "@swc/core": "1.3.62", "@types/cookie": "^0.3.3", - "@types/cssnano": "^4.0.0", "@types/debug": "^4.1.5", - "@types/graceful-fs": "4.1.2", - "@types/gulp-postcss": "^8.0.0", "@types/gulp-svgmin": "^1.2.1", "@types/http-proxy-agent": "^2.0.1", "@types/kerberos": "^1.1.2", "@types/minimist": "^1.2.1", "@types/mocha": "^9.1.1", - "@types/node": "18.x", + "@types/node": "20.x", "@types/sinon": "^10.0.2", "@types/sinon-test": "^2.4.2", "@types/trusted-types": "^1.0.6", "@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/windows-foreground-love": "^0.3.0", "@types/winreg": "^1.2.30", - "@types/yauzl": "^2.9.1", + "@types/yauzl": "^2.10.0", "@types/yazl": "^2.4.2", - "@typescript-eslint/eslint-plugin": "^5.57.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/experimental-utils": "^5.57.0", - "@typescript-eslint/parser": "^5.57.0", + "@typescript-eslint/parser": "^6.21.0", "@vscode/gulp-electron": "^1.36.0", - "@vscode/l10n-dev": "0.0.21", - "@vscode/telemetry-extractor": "^1.9.10", - "@vscode/test-cli": "^0.0.3", - "@vscode/test-electron": "^2.3.5", - "@vscode/test-web": "^0.0.42", + "@vscode/l10n-dev": "0.0.35", + "@vscode/telemetry-extractor": "^1.10.2", + "@vscode/test-cli": "^0.0.6", + "@vscode/test-electron": "^2.4.0", + "@vscode/test-web": "^0.0.56", + "@vscode/v8-heap-parser": "^0.1.0", "@vscode/vscode-perf": "^0.0.14", "ansi-colors": "^3.2.3", "asar": "^3.0.3", "chromium-pickle-js": "^0.2.0", "cookie": "^0.4.0", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.7.3", - "cssnano": "^4.1.11", + "css-loader": "^6.9.1", + "cssnano": "^6.0.3", "debounce": "^1.0.0", "deemon": "^1.8.0", - "electron": "25.9.2", + "electron": "30.4.0", "eslint": "8.36.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^46.5.0", @@ -171,7 +176,6 @@ "gulp-gzip": "^1.4.2", "gulp-json-editor": "^2.5.0", "gulp-plumber": "^1.2.0", - "gulp-postcss": "^9.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^3.0.0", @@ -180,7 +184,7 @@ "husky": "^0.13.1", "innosetup": "6.0.5", "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-source-maps": "^4.0.1", "istanbul-reports": "^3.1.5", @@ -197,6 +201,8 @@ "opn": "^6.0.0", "p-all": "^1.0.0", "path-browserify": "^1.0.1", + "postcss": "^8.4.33", + "postcss-nesting": "^12.0.2", "pump": "^1.0.1", "rcedit": "^1.1.0", "rimraf": "^2.2.8", @@ -208,15 +214,19 @@ "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "tsec": "0.2.7", - "typescript": "^5.3.0-dev.20231002", - "typescript-formatter": "7.1.0", + "tslib": "^2.6.3", + "typescript": "^5.7.0-dev.20240826", + "util": "^0.12.4", "vscode-nls-dev": "^3.3.1", - "webpack": "^5.77.0", - "webpack-cli": "^5.0.1", + "webpack": "^5.91.0", + "webpack-cli": "^5.1.4", "webpack-stream": "^7.0.0", "xml2js": "^0.5.0", "yaserver": "^0.4.0" }, + "resolutions": { + "node-gyp-build": "4.8.1" + }, "repository": { "type": "git", "url": "https://github.com/microsoft/vscode.git" @@ -227,5 +237,5 @@ "optionalDependencies": { "windows-foreground-love": "0.5.0" }, - "release": "23306" + "release": "24256" } \ No newline at end of file diff --git a/app-codium/product.json b/app-codium/product.json index edec056..bcc2b2a 100644 --- a/app-codium/product.json +++ b/app-codium/product.json @@ -34,8 +34,8 @@ "builtInExtensions": [ { "name": "ms-vscode.js-debug-companion", - "version": "1.1.2", - "sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa", + "version": "1.1.3", + "sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93", "repo": "https://github.com/microsoft/vscode-js-debug-companion", "metadata": { "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", @@ -50,8 +50,8 @@ }, { "name": "ms-vscode.js-debug", - "version": "1.84.0", - "sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596", + "version": "1.93.0", + "sha256": "9339cb8e6b77f554df54d79e71f533279cb76b0f9b04c207f633bfd507442b6a", "repo": "https://github.com/microsoft/vscode-js-debug", "metadata": { "id": "25629058-ddac-4e17-abba-74678e126c5d", @@ -66,8 +66,8 @@ }, { "name": "ms-vscode.vscode-js-profile-table", - "version": "1.0.3", - "sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5", + "version": "1.0.9", + "sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6", "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", "metadata": { "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb", @@ -152,7 +152,9 @@ ], "extensionEnabledApiProposals": { "ms-vscode.vscode-selfhost-test-provider": [ - "testObserver" + "testObserver", + "testRelatedCode", + "attributableCoverage" ], "VisualStudioExptTeam.vscodeintellicode-completions": [ "inlineCompletionsAdditions" @@ -187,11 +189,12 @@ "testObserver", "quickPickItemTooltip", "terminalDataWriteEvent", - "saveEditor" + "terminalExecuteCommandEvent", + "contribIssueReporter", + "notebookReplDocument" ], "ms-dotnettools.dotnet-interactive-vscode": [ - "notebookMessaging", - "languageConfigurationAutoClosingPairs" + "notebookMessaging" ], "GitHub.codespaces": [ "contribEditSessions", @@ -257,6 +260,7 @@ "ms-vscode-remote.remote-containers": [ "contribEditSessions", "resolvers", + "portsAttributes", "tunnels", "workspaceTrust", "terminalDimensions", @@ -276,51 +280,67 @@ "speech" ], "GitHub.vscode-pull-request-github": [ - "contribCommentThreadAdditionalMenu", - "tokenInformation", - "contribShareMenu", - "fileComments", - "contribCommentPeekContext", + "activeComment", "codiconDecoration", - "diffCommand", + "codeActionRanges", + "commentingRangeHint", + "commentReactor", + "commentReveal", + "commentThreadApplicability", + "contribAccessibilityHelpContent", "contribCommentEditorActionsMenu", - "readonlyMessage", - "treeViewMarkdownMessage", + "contribCommentPeekContext", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "contribEditorContentMenu", + "contribMultiDiffEditorMenus", + "contribShareMenu", + "diffCommand", + "fileComments", + "quickDiffProvider", "shareProvider", - "quickDiffProvider" + "tabInputTextMerge", + "tokenInformation", + "treeViewMarkdownMessage" ], "GitHub.copilot": [ - "inlineCompletionsAdditions", - "interactive", - "interactiveUserActions", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-nightly": [ - "inlineCompletionsAdditions", - "interactive", - "interactiveUserActions", - "terminalDataWriteEvent" + "inlineCompletionsAdditions" ], "GitHub.copilot-chat": [ - "handleIssueUri", "interactive", - "interactiveUserActions", "terminalDataWriteEvent", "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", + "chatParticipantAdditions", + "defaultChatParticipant", + "embeddings", + "chatVariableResolver", "chatProvider", - "chatVariables", - "chatAgents", - "chatAgents2", - "chatAgents2Additions", - "defaultChatAgent", - "readonlyMessage", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", "findTextInFiles", - "textSearchProvider" + "textSearchProvider", + "activeComment", + "commentReveal", + "contribSourceControlInputBoxMenu", + "contribCommentEditorActionsMenu", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "newSymbolNamesProvider", + "findFiles2", + "extensionsAny", + "authLearnMore", + "testObserver", + "aiTextSearchProvider", + "documentFiltersExclusive", + "chatParticipantPrivate", + "lmTools", + "contribDebugCreateConfiguration" ], "GitHub.remotehub": [ "contribRemoteHelp", @@ -344,6 +364,9 @@ "notebookCellExecutionState" ], "ms-python.debugpy": [ + "contribIssueReporter", + "contribViewsWelcome", + "debugVisualization", "portsAttributes" ], "ms-toolsai.jupyter-renderers": [ @@ -361,7 +384,10 @@ "notebookControllerAffinityHidden", "contribNotebookStaticPreloads", "quickPickItemTooltip", - "notebookExecution" + "notebookExecution", + "notebookCellExecution", + "notebookVariableProvider", + "notebookReplDocument" ], "dbaeumer.vscode-eslint": [ "notebookCellExecutionState" @@ -372,18 +398,22 @@ "ms-azuretools.vscode-azureappservice": [ "terminalDataWriteEvent" ], - "ms-azuretools.vscode-azureresourcegroups": [ - "authGetSessions" + "ms-azuretools.vscode-azure-github-copilot": [ + "lmTools" ], "ms-vscode.anycode": [ "extensionsAny" ], "ms-vscode.cpptools": [ - "terminalDataWriteEvent" + "terminalDataWriteEvent", + "lmTools" ], "redhat.java": [ "documentPaste" ], + "vscjava.vscode-java-pack": [ + "lmTools" + ], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -398,6 +428,10 @@ "fileSearchProvider", "textSearchProvider" ], + "TeamsDevApp.ms-teams-vscode-extension": [ + "chatParticipantAdditions", + "languageModelSystem" + ], "jeanp413.open-remote-ssh": [ "resolvers", "tunnels", @@ -589,17 +623,17 @@ "default": false } }, - "commit": "695a9146b1347633e608f9f166c81b5b2843b492", - "date": "2023-11-02T15:38:26.946Z", + "commit": "dbab3f8e8c5da7ca1bde636806e0a973e497aa01", + "date": "2024-09-12T18:37:29.599Z", "checksums": { - "vs/base/parts/sandbox/electron-sandbox/preload.js": "EjJ8/ioATRIlO6PM79KeNg", - "vs/workbench/workbench.desktop.main.js": "rXCHgy9ZvKiXje3ktzeuQQ", - "vs/workbench/workbench.desktop.main.css": "YkGJy0ghDNdDgqZ4vc/QNA", - "vs/workbench/api/node/extensionHostProcess.js": "WQdvSEpljZlb7OoGCGLc1Q", - "vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw", - "vs/code/electron-sandbox/workbench/workbench.js": "nezsCY196lU8e+MQlEPpaQ" + "vs/base/parts/sandbox/electron-sandbox/preload.js": "hEgDLUNx5lvzpSH+kEMI3njUGZoLi6bU8DUAz8W7uww", + "vs/workbench/workbench.desktop.main.js": "lOhqwzQq5VJ6O5JX+CpcBaC8wy84E7+wVyD5EfBLK8A", + "vs/workbench/workbench.desktop.main.css": "lKSUtpoj8HNzPVsE+Mk/dvo+YRo8nSnGnqepnEP254o", + "vs/workbench/api/node/extensionHostProcess.js": "7+G/2nB5HnV/rQXf3+qAVlDRz0NrgMhOiokNF2bX8QU", + "vs/code/electron-sandbox/workbench/workbench.html": "n2mHBTaWJpw5iIh3QLxm6IoEPn+GYtXdtEqlHXzADvM", + "vs/code/electron-sandbox/workbench/workbench.js": "ZH+ZK41839r22pXFsE2QwOWGoXZ8ucnLgm4xWkupl0k" }, - "version": "1.84.0", - "release": "23306", + "version": "1.93.1", + "release": "24256", "target": "user" } \ No newline at end of file diff --git a/app-insiders/package.json b/app-insiders/package.json index ddedd89..96b8ed0 100644 --- a/app-insiders/package.json +++ b/app-insiders/package.json @@ -1,42 +1,47 @@ { "name": "Code - Insiders", - "version": "1.85.0-insider", - "distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d", + "version": "1.94.0-insider", + "distro": "45ad9e4ec55cacad2d7df9f6f0a95fed45a4a894", "author": { "name": "Microsoft Corporation" }, "license": "MIT", - "main": "./out/main", + "main": "out/main.js", "private": true, "scripts": { "test": "echo Please run any of the test scripts from the scripts folder.", "test-browser": "npx playwright install && node test/unit/browser/index.js", + "test-browser-amd": "npx playwright install && node test/unit/browser/index.amd.js", "test-browser-no-install": "node test/unit/browser/index.js", - "test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit", + "test-browser-amd-no-install": "node test/unit/browser/index.amd.js", + "test-node": "mocha test/unit/node/index.mjs --delay --ui=tdd --timeout=5000 --exit", + "test-node-amd": "mocha test/unit/node/index.amd.js --delay --ui=tdd --timeout=5000 --exit", "test-extension": "vscode-test", "preinstall": "node build/npm/preinstall.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", - "watchd": "deemon yarn watch", - "watch-webd": "deemon yarn watch-web", - "kill-watchd": "deemon --kill yarn watch", - "kill-watch-webd": "deemon --kill yarn watch-web", - "restart-watchd": "deemon --restart yarn watch", - "restart-watch-webd": "deemon --restart yarn watch-web", - "watch-client": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-client", - "watch-clientd": "deemon yarn watch-client", - "kill-watch-clientd": "deemon --kill yarn watch-client", - "watch-extensions": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media", - "watch-extensionsd": "deemon yarn watch-extensions", - "kill-watch-extensionsd": "deemon --kill yarn watch-extensions", + "watch-amd": "npm-run-all -lp watch-client-amd watch-extensions", + "watchd": "deemon npm run watch", + "watch-webd": "deemon npm run watch-web", + "kill-watchd": "deemon --kill npm run watch", + "kill-watch-webd": "deemon --kill npm run watch-web", + "restart-watchd": "deemon --restart npm run watch", + "restart-watch-webd": "deemon --restart npm run watch-web", + "watch-client": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-client", + "watch-client-amd": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-client-amd", + "watch-clientd": "deemon npm run watch-client", + "kill-watch-clientd": "deemon --kill npm run watch-client", + "watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media", + "watch-extensionsd": "deemon npm run watch-extensions", + "kill-watch-extensionsd": "deemon --kill npm run watch-extensions", "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", "7z": "7z", "update-grammars": "node build/npm/update-all-grammars.mjs", "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", "download-builtin-extensions": "node build/lib/builtInExtensions.js", "download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js", @@ -45,112 +50,114 @@ "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", "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-web": "node --max_old_space_size=4095 ./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-cli": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-cli", + "compile-web": "node ./node_modules/gulp/bin/gulp.js compile-web", + "watch-web": "node ./node_modules/gulp/bin/gulp.js watch-web", + "watch-cli": "node ./node_modules/gulp/bin/gulp.js watch-cli", "eslint": "node build/eslint", "stylelint": "node build/stylelint", - "playwright-install": "node build/azure-pipelines/common/installPlaywright.js", - "compile-build": "node --max_old_space_size=4095 ./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", - "minify-vscode": "node --max_old_space_size=4095 ./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-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", - "hygiene": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./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-pr": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr", - "perf": "node scripts/code-perf.js" + "playwright-install": "npm exec playwright install", + "compile-build": "node ./node_modules/gulp/bin/gulp.js compile-build", + "compile-extensions-build": "node ./node_modules/gulp/bin/gulp.js compile-extensions-build", + "minify-vscode": "node ./node_modules/gulp/bin/gulp.js minify-vscode", + "minify-vscode-reh": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh", + "minify-vscode-reh-web": "node ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web", + "hygiene": "node ./node_modules/gulp/bin/gulp.js hygiene", + "core-ci": "node ./node_modules/gulp/bin/gulp.js core-ci", + "core-ci-pr": "node ./node_modules/gulp/bin/gulp.js core-ci-pr", + "extensions-ci": "node ./node_modules/gulp/bin/gulp.js extensions-ci", + "extensions-ci-pr": "node ./node_modules/gulp/bin/gulp.js extensions-ci-pr", + "perf": "node scripts/code-perf.js", + "update-build-ts-version": "npm install typescript@next && tsc -p ./build/tsconfig.build.json" }, "dependencies": { "@microsoft/1ds-core-js": "^3.2.13", "@microsoft/1ds-post-js": "^3.2.13", "@parcel/watcher": "2.1.0", + "@bpasero/watcher": "https://github.com/bpasero/watcher.git#b863d44bd235d1e07d6068354eeecf6fa7a57edd", + "@vscode/deviceid": "^0.1.1", "@vscode/iconv-lite-umd": "0.7.0", "@vscode/policy-watcher": "^1.1.4", - "@vscode/proxy-agent": "^0.17.5", - "@vscode/ripgrep": "^1.15.6", - "@vscode/spdlog": "^0.13.12", + "@vscode/proxy-agent": "^0.23.0", + "@vscode/ripgrep": "^1.15.9", + "@vscode/spdlog": "^0.15.0", "@vscode/sqlite3": "5.1.6-vscode", "@vscode/sudo-prompt": "9.3.1", + "@vscode/tree-sitter-wasm": "^0.0.3", "@vscode/vscode-languagedetection": "1.0.21", - "@vscode/windows-mutex": "^0.4.4", - "@vscode/windows-process-tree": "^0.5.0", + "@vscode/windows-mutex": "^0.5.0", + "@vscode/windows-process-tree": "^0.6.0", "@vscode/windows-registry": "^1.1.0", - "graceful-fs": "4.2.11", + "@xterm/addon-clipboard": "0.2.0-beta.39", + "@xterm/addon-image": "0.9.0-beta.56", + "@xterm/addon-search": "0.16.0-beta.56", + "@xterm/addon-serialize": "0.14.0-beta.56", + "@xterm/addon-unicode11": "0.9.0-beta.56", + "@xterm/addon-webgl": "0.19.0-beta.56", + "@xterm/headless": "5.6.0-beta.56", + "@xterm/xterm": "5.6.0-beta.56", "http-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.2", - "jschardet": "3.0.0", - "kerberos": "^2.0.1", + "jschardet": "3.1.3", + "kerberos": "2.1.1", "minimist": "^1.2.6", "native-is-elevated": "0.7.0", - "native-keymap": "^3.3.4", + "native-keymap": "^3.3.5", "native-watchdog": "^1.4.1", - "node-pty": "1.1.0-beta5", - "tas-client-umd": "0.1.8", - "util": "^0.12.4", - "v8-inspect-profiler": "^0.1.0", + "node-pty": "1.1.0-beta21", + "open": "^8.4.2", + "tas-client-umd": "0.2.0", + "v8-inspect-profiler": "^0.1.1", "vscode-oniguruma": "1.7.0", "vscode-regexpp": "^3.1.0", - "vscode-textmate": "9.0.0", - "xterm": "5.4.0-beta.37", - "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", + "vscode-textmate": "9.1.0", + "yauzl": "^3.0.0", "yazl": "^2.4.3" }, "devDependencies": { - "@playwright/test": "^1.37.1", + "@playwright/test": "^1.46.1", "@swc/core": "1.3.62", "@types/cookie": "^0.3.3", - "@types/cssnano": "^4.0.0", "@types/debug": "^4.1.5", - "@types/graceful-fs": "4.1.2", - "@types/gulp-postcss": "^8.0.0", "@types/gulp-svgmin": "^1.2.1", "@types/http-proxy-agent": "^2.0.1", "@types/kerberos": "^1.1.2", "@types/minimist": "^1.2.1", "@types/mocha": "^9.1.1", - "@types/node": "18.x", + "@types/node": "20.x", "@types/sinon": "^10.0.2", "@types/sinon-test": "^2.4.2", "@types/trusted-types": "^1.0.6", "@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/windows-foreground-love": "^0.3.0", "@types/winreg": "^1.2.30", - "@types/yauzl": "^2.9.1", + "@types/yauzl": "^2.10.0", "@types/yazl": "^2.4.2", - "@typescript-eslint/eslint-plugin": "^5.57.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/experimental-utils": "^5.57.0", - "@typescript-eslint/parser": "^5.57.0", + "@typescript-eslint/parser": "^6.21.0", "@vscode/gulp-electron": "^1.36.0", - "@vscode/l10n-dev": "0.0.21", - "@vscode/telemetry-extractor": "^1.9.10", - "@vscode/test-cli": "^0.0.3", - "@vscode/test-electron": "^2.3.5", - "@vscode/test-web": "^0.0.42", + "@vscode/l10n-dev": "0.0.35", + "@vscode/telemetry-extractor": "^1.10.2", + "@vscode/test-cli": "^0.0.6", + "@vscode/test-electron": "^2.4.0", + "@vscode/test-web": "^0.0.60", + "@vscode/v8-heap-parser": "^0.1.0", "@vscode/vscode-perf": "^0.0.14", + "@webgpu/types": "^0.1.44", "ansi-colors": "^3.2.3", "asar": "^3.0.3", "chromium-pickle-js": "^0.2.0", "cookie": "^0.4.0", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.7.3", - "cssnano": "^4.1.11", + "css-loader": "^6.9.1", + "cssnano": "^6.0.3", "debounce": "^1.0.0", "deemon": "^1.8.0", - "electron": "25.9.2", + "electron": "30.4.0", "eslint": "8.36.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-jsdoc": "^46.5.0", @@ -171,7 +178,6 @@ "gulp-gzip": "^1.4.2", "gulp-json-editor": "^2.5.0", "gulp-plumber": "^1.2.0", - "gulp-postcss": "^9.0.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-sourcemaps": "^3.0.0", @@ -180,7 +186,7 @@ "husky": "^0.13.1", "innosetup": "6.0.5", "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-source-maps": "^4.0.1", "istanbul-reports": "^3.1.5", @@ -189,7 +195,6 @@ "mime": "^1.4.1", "minimatch": "^3.0.4", "minimist": "^1.2.6", - "mkdirp": "^1.0.4", "mocha": "^10.2.0", "mocha-junit-reporter": "^2.2.1", "mocha-multi-reporters": "^1.5.1", @@ -197,6 +202,9 @@ "opn": "^6.0.0", "p-all": "^1.0.0", "path-browserify": "^1.0.1", + "os-browserify": "^0.3.0", + "postcss": "^8.4.33", + "postcss-nesting": "^12.0.2", "pump": "^1.0.1", "rcedit": "^1.1.0", "rimraf": "^2.2.8", @@ -208,15 +216,18 @@ "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "tsec": "0.2.7", - "typescript": "^5.3.0-dev.20231030", - "typescript-formatter": "7.1.0", - "vscode-nls-dev": "^3.3.1", - "webpack": "^5.77.0", - "webpack-cli": "^5.0.1", + "tslib": "^2.6.3", + "typescript": "^5.7.0-dev.20240903", + "util": "^0.12.4", + "webpack": "^5.94.0", + "webpack-cli": "^5.1.4", "webpack-stream": "^7.0.0", "xml2js": "^0.5.0", "yaserver": "^0.4.0" }, + "overrides": { + "node-gyp-build": "4.8.1" + }, "repository": { "type": "git", "url": "https://github.com/microsoft/vscode.git" @@ -226,5 +237,6 @@ }, "optionalDependencies": { "windows-foreground-love": "0.5.0" - } + }, + "type": "module" } \ No newline at end of file diff --git a/app-insiders/product.json b/app-insiders/product.json index 37c9c5f..402dd8c 100644 --- a/app-insiders/product.json +++ b/app-insiders/product.json @@ -39,6 +39,7 @@ "webUrl": "https://insiders.vscode.dev", "webEndpointUrl": "https://main.vscode-cdn.net", "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/", "quality": "insider", "extensionsGallery": { @@ -46,13 +47,13 @@ "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", "publisherUrl": "https://marketplace.visualstudio.com/publishers", "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}", "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json" }, "profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json", + "emergencyAlertUrl": "https://main.vscode-cdn.net/core/insiders.json", "extensionRecommendations": { "ms-dotnettools.csdevkit": { "onFileOpen": [ @@ -134,7 +135,8 @@ "pathGlob": "{**/*.java}", "important": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] }, { @@ -143,7 +145,8 @@ ], "important": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } ] @@ -165,6 +168,14 @@ } ] }, + "ms-toolsai.prompty": { + "onFileOpen": [ + { + "pathGlob": "{**/*.prompty}", + "important": false + } + ] + }, "ms-vscode.cpptools-extension-pack": { "onFileOpen": [ { @@ -348,13 +359,6 @@ } ] }, - "ms-vscode.vscode-typescript-tslint-plugin": { - "onFileOpen": [ - { - "pathGlob": "{**/tslint.json}" - } - ] - }, "bmewburn.vscode-intelephense-client": { "onFileOpen": [ { @@ -404,13 +408,6 @@ } ] }, - "felipecaputo.git-project-manager": { - "onFileOpen": [ - { - "pathGlob": "{**/.gitignore,**/.git}" - } - ] - }, "eamodio.gitlens": { "onFileOpen": [ { @@ -530,13 +527,6 @@ } ] }, - "GoogleCloudTools.cloudcode": { - "onFileOpen": [ - { - "pathGlob": "{**/skaffold.yaml}" - } - ] - }, "Oracle.oracledevtools": { "onFileOpen": [ { @@ -551,7 +541,7 @@ } ] }, - "Pivotal.vscode-boot-dev-pack": { + "vmware.vscode-boot-dev-pack": { "onFileOpen": [ { "pathGlob": "{**/application.properties}" @@ -561,10 +551,12 @@ "GitHub.copilot": { "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": { "onFileOpen": [ @@ -644,10 +636,11 @@ "important": true, "isExtensionPack": true, "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", "isExtensionPack": true } @@ -662,7 +655,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -928,9 +922,6 @@ }, "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" - }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" } } }, @@ -944,9 +935,6 @@ "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" - }, "ms-vscode-remote.remote-containers": { "name": "Dev Containers" } @@ -1066,7 +1054,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -1079,7 +1068,8 @@ "important": true, "isExtensionPack": true, "whenNotInstalled": [ - "ASF.apache-netbeans-java" + "ASF.apache-netbeans-java", + "Oracle.oracle-java" ] } } @@ -1182,9 +1172,6 @@ }, "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" - }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" } } }, @@ -1197,9 +1184,6 @@ "ms-kubernetes-tools.vscode-kubernetes-tools": { "name": "Kubernetes" }, - "GoogleCloudTools.cloudcode": { - "name": "Cloud Code" - }, "ms-vscode-remote.remote-containers": { "name": "Dev Containers" } @@ -1642,7 +1626,6 @@ "companyName": "Microsoft" }, "appCenter": { - "win32-ia32": "appcenter://code-insiders?aid=54e00ade-f29f-46dc-8747-244de208ba6d", "win32-x64": "appcenter://code-insiders?aid=f047834f-d0e1-4aef-8870-5805ee483b2d", "win32-arm64": "appcenter://code-insiders?aid=fb1c1670-432e-43dc-a88e-8c5ed7293213", "linux-x64": "appcenter://code-insiders?aid=a04472a4-f4ea-4854-bf12-95bb0f2dd01a", @@ -1683,7 +1666,6 @@ "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839", "showTelemetryOptOut": true, "npsSurveyUrl": "https://aka.ms/vscode-nps", - "cesSurveyUrl": "https://aka.ms/new-to-vscode-feedback", "checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886", "electronRepository": "Microsoft/vscode-electron-prebuilt", "nodejsRepository": "Microsoft/vscode-node", @@ -1722,12 +1704,17 @@ "surveyUrl": "https://www.research.net/r/8KGJ9V8", "languageId": "csharp", "editCount": 10, - "userProbability": 0.05 + "userProbability": 0.1 } ], + "extensionsEnabledWithApiProposalVersion": [ + "GitHub.copilot-chat" + ], "extensionEnabledApiProposals": { "ms-vscode.vscode-selfhost-test-provider": [ - "testObserver" + "testObserver", + "testRelatedCode", + "attributableCoverage" ], "VisualStudioExptTeam.vscodeintellicode-completions": [ "inlineCompletionsAdditions" @@ -1756,17 +1743,20 @@ "resolvers" ], "ms-python.python": [ + "codeActionAI", "contribEditorContentMenu", "quickPickSortByLabel", "portsAttributes", "testObserver", "quickPickItemTooltip", "terminalDataWriteEvent", - "saveEditor" + "terminalExecuteCommandEvent", + "contribIssueReporter", + "notebookReplDocument", + "notebookVariableProvider" ], "ms-dotnettools.dotnet-interactive-vscode": [ - "notebookMessaging", - "languageConfigurationAutoClosingPairs" + "notebookMessaging" ], "GitHub.codespaces": [ "contribEditSessions", @@ -1832,6 +1822,7 @@ "ms-vscode-remote.remote-containers": [ "contribEditSessions", "resolvers", + "portsAttributes", "tunnels", "workspaceTrust", "terminalDimensions", @@ -1851,51 +1842,71 @@ "speech" ], "GitHub.vscode-pull-request-github": [ - "contribCommentThreadAdditionalMenu", - "tokenInformation", - "contribShareMenu", - "fileComments", - "contribCommentPeekContext", + "activeComment", "codiconDecoration", - "diffCommand", + "codeActionRanges", + "commentingRangeHint", + "commentReactor", + "commentReveal", + "commentThreadApplicability", + "contribAccessibilityHelpContent", "contribCommentEditorActionsMenu", - "readonlyMessage", - "treeViewMarkdownMessage", + "contribCommentPeekContext", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "contribEditorContentMenu", + "contribMultiDiffEditorMenus", + "contribShareMenu", + "diffCommand", + "fileComments", + "quickDiffProvider", "shareProvider", - "quickDiffProvider" + "tabInputTextMerge", + "tokenInformation", + "treeViewMarkdownMessage" ], "GitHub.copilot": [ "inlineCompletionsAdditions", "interactive", - "interactiveUserActions", "terminalDataWriteEvent" ], "GitHub.copilot-nightly": [ "inlineCompletionsAdditions", "interactive", - "interactiveUserActions", "terminalDataWriteEvent" ], "GitHub.copilot-chat": [ - "handleIssueUri", "interactive", - "interactiveUserActions", "terminalDataWriteEvent", "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", "chatProvider", - "chatVariables", - "chatAgents", - "chatAgents2", - "chatAgents2Additions", - "defaultChatAgent", - "readonlyMessage", + "chatParticipantAdditions", + "defaultChatParticipant", + "embeddings", + "chatVariableResolver", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", "findTextInFiles", - "textSearchProvider" + "textSearchProvider", + "activeComment", + "commentReveal", + "contribSourceControlInputBoxMenu", + "contribCommentEditorActionsMenu", + "contribCommentThreadAdditionalMenu", + "contribCommentsViewThreadMenus", + "newSymbolNamesProvider", + "findFiles2", + "extensionsAny", + "authLearnMore", + "testObserver", + "aiTextSearchProvider", + "documentFiltersExclusive", + "chatParticipantPrivate", + "lmTools", + "contribDebugCreateConfiguration" ], "GitHub.remotehub": [ "contribRemoteHelp", @@ -1912,6 +1923,9 @@ "textSearchProvider", "timeline" ], + "GitHub.copilot-nes": [ + "inlineEdit" + ], "ms-python.gather": [ "notebookCellExecutionState" ], @@ -1919,6 +1933,9 @@ "notebookCellExecutionState" ], "ms-python.debugpy": [ + "contribIssueReporter", + "contribViewsWelcome", + "debugVisualization", "portsAttributes" ], "ms-toolsai.jupyter-renderers": [ @@ -1936,7 +1953,10 @@ "notebookControllerAffinityHidden", "contribNotebookStaticPreloads", "quickPickItemTooltip", - "notebookExecution" + "notebookExecution", + "notebookCellExecution", + "notebookVariableProvider", + "notebookReplDocument" ], "dbaeumer.vscode-eslint": [ "notebookCellExecutionState" @@ -1947,18 +1967,23 @@ "ms-azuretools.vscode-azureappservice": [ "terminalDataWriteEvent" ], - "ms-azuretools.vscode-azureresourcegroups": [ - "authGetSessions" + "ms-azuretools.vscode-azure-github-copilot": [ + "contribChatParticipantDetection", + "lmTools" ], "ms-vscode.anycode": [ "extensionsAny" ], "ms-vscode.cpptools": [ - "terminalDataWriteEvent" + "terminalDataWriteEvent", + "lmTools" ], "redhat.java": [ "documentPaste" ], + "vscjava.vscode-java-pack": [ + "lmTools" + ], "ms-dotnettools.csdevkit": [ "inlineCompletionsAdditions" ], @@ -1972,12 +1997,15 @@ "microsoft-IsvExpTools.powerplatform-vscode-preview": [ "fileSearchProvider", "textSearchProvider" + ], + "TeamsDevApp.ms-teams-vscode-extension": [ + "chatParticipantAdditions", + "languageModelSystem" ] }, "tasConfig": { "endpoint": "https://default.exp-tas.com/vscode/ab", "telemetryEventName": "query-expfeature", - "featuresTelemetryPropertyName": "VSCode.ABExp.Features", "assignmentContextTelemetryPropertyName": "abexp.assignmentcontext" }, "extensionKind": { @@ -2168,23 +2196,55 @@ "https://*.vscode.dev", "https://*.github.dev", "https://gh.io", - "https://portal.azure.com" - ], - "trustedExtensionAuthAccess": [ - "vscode.git", - "vscode.github", - "ms-vscode.remote-repositories", - "github.remotehub", - "ms-vscode.azure-repos", - "ms-vscode.remote-server", - "github.vscode-pull-request-github", - "github.codespaces", - "ms-vsliveshare.vsliveshare", - "github.copilot", - "github.copilot-chat", - "ms-azuretools.vscode-azureresourcegroups", - "ms-edu.vscode-learning" + "https://portal.azure.com", + "https://raw.githubusercontent.com", + "https://private-user-images.githubusercontent.com", + "https://avatars.githubusercontent.com" ], + "trustedExtensionAuthAccess": { + "github": [ + "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" + ], + "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" + ], + "microsoft": [ + "vscode.git", + "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": [ + "vscode.git", + "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": [ "vscode.git", "vscode.github-authentication", @@ -2260,6 +2320,13 @@ "user:email", "read:org" ] + }, + "microsoft": { + "scopes": [ + "46da2f7e-b5ef-422a-88d4-2a7f9de6a0b2/.default", + "profile", + "openid" + ] } } }, @@ -2280,11 +2347,33 @@ "files.associations", "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. " + }, + "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?" + }, + "chatParticipantRegistry": "https://az764295.vo.msecnd.net/extensions/chat.json", "builtInExtensions": [ { "name": "ms-vscode.js-debug-companion", - "version": "1.1.2", - "sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa", + "version": "1.1.3", + "sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93", "repo": "https://github.com/microsoft/vscode-js-debug-companion", "metadata": { "id": "99cb0b7f-7354-4278-b8da-6cc79972169d", @@ -2299,8 +2388,8 @@ }, { "name": "ms-vscode.js-debug", - "version": "1.84.0", - "sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596", + "version": "1.93.0", + "sha256": "9339cb8e6b77f554df54d79e71f533279cb76b0f9b04c207f633bfd507442b6a", "repo": "https://github.com/microsoft/vscode-js-debug", "metadata": { "id": "25629058-ddac-4e17-abba-74678e126c5d", @@ -2315,8 +2404,8 @@ }, { "name": "ms-vscode.vscode-js-profile-table", - "version": "1.0.3", - "sha256": "b9dab017506d9e6a469a0f82b392e4cb1d7a25a4843f1db8ba396cbee209cfc5", + "version": "1.0.9", + "sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6", "repo": "https://github.com/microsoft/vscode-js-profile-visualizer", "metadata": { "id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb", @@ -2328,59 +2417,18 @@ }, "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": { - "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. " - }, - "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", + "commit": "f4746c94726e157c9b6534f1355d163ca4efcb38", + "date": "2024-09-13T05:04:25.154Z", "checksums": { - "vs/base/parts/sandbox/electron-sandbox/preload.js": "+YjAT0E1c7lIptsWGS3Yew", - "vs/workbench/workbench.desktop.main.js": "zpnCTtoUdDuo4F0i+tO/mA", - "vs/workbench/workbench.desktop.main.css": "M7hVHL/fchc2dcCcOb5peQ", - "vs/workbench/api/node/extensionHostProcess.js": "jL1WgW8wzL9MAeP77gepkw", - "vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA", - "vs/code/electron-sandbox/workbench/workbench.js": "Cg5Ry8xPTQBp0/MflivowA" + "vs/base/parts/sandbox/electron-sandbox/preload.js": "xQAlhdNwuqAcmbSlV1GVJte5pnrBDgeTtRrf3jVbqlk", + "vs/workbench/workbench.desktop.main.js": "ul25kRU+O8uAHL6jD8xhyHTdMUdid2cmDyW8xM4DiJ4", + "vs/workbench/workbench.desktop.main.css": "hPASWVKr4UvbM2QsaPCn3QZMuXcxmiYr8K1WxY8Qmao", + "vs/workbench/api/node/extensionHostProcess.js": "rp62k+oIXU8dxaIGJcx06FEzSlgRopM0L8mg18YN3/0", + "vs/code/electron-sandbox/workbench/workbench.esm.html": "h/6UyHniKczso46JCWOhx3fFCki0HSM11DaRLx/r4z0", + "vs/code/electron-sandbox/workbench/workbench.js": "ddW5gh/YGL4lrTTc9VOJhdVxHFHWM/+f4ZBRUkcv9QU" }, - "version": "1.85.0-insider", + "version": "1.94.0-insider", "target": "user" } \ No newline at end of file