Versions
This commit is contained in:
parent
28e349d7b3
commit
eaaedd3d30
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Code",
|
||||
"version": "1.82.3",
|
||||
"distro": "d357cb67cc24ec7aed8ef8897e25950ef2563652",
|
||||
"version": "1.83.1",
|
||||
"distro": "f1a1cd76cc41f19362451a5f9e2150ad3b459752",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
@ -70,7 +70,7 @@
|
||||
"@parcel/watcher": "2.1.0",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/policy-watcher": "^1.1.4",
|
||||
"@vscode/proxy-agent": "^0.17.2",
|
||||
"@vscode/proxy-agent": "^0.17.4",
|
||||
"@vscode/ripgrep": "^1.15.5",
|
||||
"@vscode/spdlog": "^0.13.11",
|
||||
"@vscode/sqlite3": "5.1.6-vscode",
|
||||
@ -84,7 +84,6 @@
|
||||
"https-proxy-agent": "^2.2.3",
|
||||
"jschardet": "3.0.0",
|
||||
"kerberos": "^2.0.1",
|
||||
"keytar": "7.9.0",
|
||||
"minimist": "^1.2.6",
|
||||
"native-is-elevated": "0.7.0",
|
||||
"native-keymap": "^3.3.4",
|
||||
@ -95,19 +94,19 @@
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
"vscode-textmate": "9.0.0",
|
||||
"xterm": "5.3.0-beta.61",
|
||||
"xterm-addon-canvas": "0.5.0-beta.22",
|
||||
"xterm-addon-image": "0.6.0-beta.14",
|
||||
"xterm-addon-search": "0.13.0-beta.20",
|
||||
"xterm-addon-serialize": "0.11.0-beta.20",
|
||||
"xterm-addon-unicode11": "0.6.0-beta.12",
|
||||
"xterm-addon-webgl": "0.16.0-beta.30",
|
||||
"xterm-headless": "5.3.0-beta.61",
|
||||
"xterm": "5.4.0-beta.27",
|
||||
"xterm-addon-canvas": "0.6.0-beta.27",
|
||||
"xterm-addon-image": "0.6.0-beta.21",
|
||||
"xterm-addon-search": "0.14.0-beta.27",
|
||||
"xterm-addon-serialize": "0.12.0-beta.26",
|
||||
"xterm-addon-unicode11": "0.7.0-beta.26",
|
||||
"xterm-addon-webgl": "0.17.0-beta.26",
|
||||
"xterm-headless": "5.4.0-beta.27",
|
||||
"yauzl": "^2.9.2",
|
||||
"yazl": "^2.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.34.3",
|
||||
"@playwright/test": "^1.37.1",
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.62",
|
||||
"@types/cookie": "^0.3.3",
|
||||
@ -118,7 +117,6 @@
|
||||
"@types/gulp-svgmin": "^1.2.1",
|
||||
"@types/http-proxy-agent": "^2.0.1",
|
||||
"@types/kerberos": "^1.1.2",
|
||||
"@types/keytar": "^4.4.0",
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "18.x",
|
||||
@ -150,10 +148,10 @@
|
||||
"cssnano": "^4.1.11",
|
||||
"debounce": "^1.0.0",
|
||||
"deemon": "^1.8.0",
|
||||
"electron": "25.8.1",
|
||||
"electron": "25.8.4",
|
||||
"eslint": "8.36.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jsdoc": "^39.3.2",
|
||||
"eslint-plugin-jsdoc": "^46.5.0",
|
||||
"eslint-plugin-local": "^1.0.0",
|
||||
"event-stream": "3.3.4",
|
||||
"fancy-log": "^1.3.3",
|
||||
@ -212,7 +210,7 @@
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsec": "0.2.7",
|
||||
"typescript": "^5.3.0-dev.20230824",
|
||||
"typescript": "^5.3.0-dev.20230919",
|
||||
"typescript-formatter": "7.1.0",
|
||||
"underscore": "^1.12.1",
|
||||
"util": "^0.12.4",
|
||||
@ -221,7 +219,7 @@
|
||||
"webpack-cli": "^5.0.1",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"xml2js": "^0.5.0",
|
||||
"yaserver": "^0.2.0"
|
||||
"yaserver": "^0.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -54,7 +54,7 @@
|
||||
},
|
||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csharp": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}",
|
||||
@ -256,7 +256,10 @@
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.bicep}",
|
||||
"important": true
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.rad-vscode-bicep"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -599,7 +602,7 @@
|
||||
"languageExtensionTips": [
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit",
|
||||
"ms-toolsai.jupyter",
|
||||
"vscjava.vscode-java-pack",
|
||||
"ecmel.vscode-html-css",
|
||||
@ -1763,7 +1766,6 @@
|
||||
"quickPickSortByLabel",
|
||||
"portsAttributes",
|
||||
"testObserver",
|
||||
"envShellEvent",
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"saveEditor"
|
||||
@ -1880,7 +1882,10 @@
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider",
|
||||
"chatSlashCommands",
|
||||
"chatVariables",
|
||||
"chatAgents",
|
||||
"readonlyMessage",
|
||||
"chatProvider",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation"
|
||||
],
|
||||
@ -1905,6 +1910,9 @@
|
||||
"ms-python.vscode-pylance": [
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.debugpy": [
|
||||
"portsAttributes"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
"contribNotebookStaticPreloads"
|
||||
],
|
||||
@ -2169,6 +2177,11 @@
|
||||
"ms-azuretools.vscode-azureresourcegroups",
|
||||
"ms-edu.vscode-learning"
|
||||
],
|
||||
"trustedExtensionProtocolHandlers": [
|
||||
"vscode.git",
|
||||
"vscode.github-authentication",
|
||||
"vscode.microsoft-authentication"
|
||||
],
|
||||
"auth": {
|
||||
"loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
|
||||
"tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
|
||||
@ -2277,8 +2290,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.82.0",
|
||||
"sha256": "4fba41b4b764c3f5a6591d6d9a5bdc59b417f2d799071c889c2b54163f256282",
|
||||
"version": "1.83.1",
|
||||
"sha256": "1452fdbab8d0d83ca5765bb66170d50b005c97ca4dcd13e154c3401d842a92d4",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2359,16 +2372,16 @@
|
||||
"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. "
|
||||
},
|
||||
"commit": "fdb98833154679dbaa7af67a5a29fe19e55c2b73",
|
||||
"date": "2023-10-02T10:51:22.294Z",
|
||||
"commit": "f1b07bd25dfad64b0167beb15359ae573aecd2cc",
|
||||
"date": "2023-10-10T23:48:05.904Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "tRsUskjCvOXEfJLmCZIHxA",
|
||||
"vs/workbench/workbench.desktop.main.js": "rIYtfYtC/bKWd+MS8yMrFA",
|
||||
"vs/workbench/workbench.desktop.main.css": "7FQ8Q0sFHP0dmg0YNbHrBg",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "Ya6fc44Rsem4uXeu6FDR4Q",
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+6MTYkjK9NYjuzPd0lGjyA",
|
||||
"vs/workbench/workbench.desktop.main.js": "H2o6felYR9HsrLzgLLhryw",
|
||||
"vs/workbench/workbench.desktop.main.css": "SAIxn5cZx2RAbmF1rHV/bA",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "E3pK8bZu4FsktzEGKSuC2g",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "e4vwL7ozJMAiq1p6brKBBA"
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "Rrqk/+hIrnEx4Fl9LB8UBg"
|
||||
},
|
||||
"version": "1.82.3",
|
||||
"version": "1.83.1",
|
||||
"target": "user"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "VSCodium",
|
||||
"version": "1.82.2",
|
||||
"distro": "bbf3a09b3880e8b7fc287fd28fb5847b691d0a65",
|
||||
"version": "1.83.1",
|
||||
"distro": "f1a1cd76cc41f19362451a5f9e2150ad3b459752",
|
||||
"author": {
|
||||
"name": "VSCodium"
|
||||
},
|
||||
@ -70,7 +70,7 @@
|
||||
"@parcel/watcher": "2.1.0",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/policy-watcher": "^1.1.4",
|
||||
"@vscode/proxy-agent": "^0.17.2",
|
||||
"@vscode/proxy-agent": "^0.17.4",
|
||||
"@vscode/ripgrep": "^1.15.5",
|
||||
"@vscode/spdlog": "^0.13.11",
|
||||
"@vscode/sqlite3": "5.1.6-vscode",
|
||||
@ -84,7 +84,6 @@
|
||||
"https-proxy-agent": "^2.2.3",
|
||||
"jschardet": "3.0.0",
|
||||
"kerberos": "^2.0.1",
|
||||
"keytar": "7.9.0",
|
||||
"minimist": "^1.2.6",
|
||||
"native-is-elevated": "0.7.0",
|
||||
"native-keymap": "^3.3.4",
|
||||
@ -95,19 +94,19 @@
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
"vscode-textmate": "9.0.0",
|
||||
"xterm": "5.3.0-beta.61",
|
||||
"xterm-addon-canvas": "0.5.0-beta.22",
|
||||
"xterm-addon-image": "0.6.0-beta.14",
|
||||
"xterm-addon-search": "0.13.0-beta.20",
|
||||
"xterm-addon-serialize": "0.11.0-beta.20",
|
||||
"xterm-addon-unicode11": "0.6.0-beta.12",
|
||||
"xterm-addon-webgl": "0.16.0-beta.30",
|
||||
"xterm-headless": "5.3.0-beta.61",
|
||||
"xterm": "5.4.0-beta.27",
|
||||
"xterm-addon-canvas": "0.6.0-beta.27",
|
||||
"xterm-addon-image": "0.6.0-beta.21",
|
||||
"xterm-addon-search": "0.14.0-beta.27",
|
||||
"xterm-addon-serialize": "0.12.0-beta.26",
|
||||
"xterm-addon-unicode11": "0.7.0-beta.26",
|
||||
"xterm-addon-webgl": "0.17.0-beta.26",
|
||||
"xterm-headless": "5.4.0-beta.27",
|
||||
"yauzl": "^2.9.2",
|
||||
"yazl": "^2.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.34.3",
|
||||
"@playwright/test": "^1.37.1",
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.62",
|
||||
"@types/cookie": "^0.3.3",
|
||||
@ -118,7 +117,6 @@
|
||||
"@types/gulp-svgmin": "^1.2.1",
|
||||
"@types/http-proxy-agent": "^2.0.1",
|
||||
"@types/kerberos": "^1.1.2",
|
||||
"@types/keytar": "^4.4.0",
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "18.x",
|
||||
@ -150,10 +148,10 @@
|
||||
"cssnano": "^4.1.11",
|
||||
"debounce": "^1.0.0",
|
||||
"deemon": "^1.8.0",
|
||||
"electron": "25.8.1",
|
||||
"electron": "25.8.4",
|
||||
"eslint": "8.36.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jsdoc": "^39.3.2",
|
||||
"eslint-plugin-jsdoc": "^46.5.0",
|
||||
"eslint-plugin-local": "^1.0.0",
|
||||
"event-stream": "3.3.4",
|
||||
"fancy-log": "^1.3.3",
|
||||
@ -212,7 +210,7 @@
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsec": "0.2.7",
|
||||
"typescript": "^5.3.0-dev.20230824",
|
||||
"typescript": "^5.3.0-dev.20230919",
|
||||
"typescript-formatter": "7.1.0",
|
||||
"underscore": "^1.12.1",
|
||||
"util": "^0.12.4",
|
||||
@ -221,7 +219,7 @@
|
||||
"webpack-cli": "^5.0.1",
|
||||
"webpack-stream": "^7.0.0",
|
||||
"xml2js": "^0.5.0",
|
||||
"yaserver": "^0.2.0"
|
||||
"yaserver": "^0.4.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -233,5 +231,5 @@
|
||||
"optionalDependencies": {
|
||||
"windows-foreground-love": "0.5.0"
|
||||
},
|
||||
"release": "23257"
|
||||
"release": "23285"
|
||||
}
|
@ -52,8 +52,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.82.0",
|
||||
"sha256": "4fba41b4b764c3f5a6591d6d9a5bdc59b417f2d799071c889c2b54163f256282",
|
||||
"version": "1.83.1",
|
||||
"sha256": "1452fdbab8d0d83ca5765bb66170d50b005c97ca4dcd13e154c3401d842a92d4",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -86,16 +86,15 @@
|
||||
"checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
|
||||
"documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
|
||||
"extensionsGallery": {
|
||||
"serviceUrl": "https://code-marketplace/api",
|
||||
"itemUrl": "https://code-marketplace/item",
|
||||
"resourceUrlTemplate": "https://code-marketplace/files/{publisher}/{name}/{version}/{path}"
|
||||
"serviceUrl": "https://open-vsx.org/vscode/gallery",
|
||||
"itemUrl": "https://open-vsx.org/vscode/item"
|
||||
},
|
||||
"introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
|
||||
"keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
|
||||
"keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143",
|
||||
"keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
|
||||
"linkProtectionTrustedDomains": [
|
||||
"https://code-marketplace"
|
||||
"https://open-vsx.org"
|
||||
],
|
||||
"releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode",
|
||||
"requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
|
||||
@ -572,17 +571,17 @@
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"commit": "a5004432af6600c99fa4f918a3f2f8df44df71e6",
|
||||
"date": "2023-09-14T18:43:58.720Z",
|
||||
"commit": "36d13de33ac0d6c684f10f99cff352e2f58228b3",
|
||||
"date": "2023-10-12T18:42:10.077Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "mL+uV0B7QYgKvlVTGBy6UA",
|
||||
"vs/workbench/workbench.desktop.main.js": "FjfqFv0ZLBSc2iCtd5Ogyw",
|
||||
"vs/workbench/workbench.desktop.main.css": "QnKMmQW7V7pMMVWRlN6NnA",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "YVYbVpVeCCzl3cvKujSgcw",
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "w3tIIa4NSZTkz112aekZWg",
|
||||
"vs/workbench/workbench.desktop.main.js": "3JBGtSs8/t4MmU3fKAzzFA",
|
||||
"vs/workbench/workbench.desktop.main.css": "v3L0fBHL8gu4I1WvuBeoTw",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "n8QfwKm5Zhf9NfceaitomA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "aDhqJSMEUBFQMq/jNsryFg"
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "klFMyuLpu5zT8Y4HvtEokQ"
|
||||
},
|
||||
"version": "1.82.2",
|
||||
"release": "23257",
|
||||
"version": "1.83.1",
|
||||
"release": "23285",
|
||||
"target": "user"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Code - Insiders",
|
||||
"version": "1.83.0-insider",
|
||||
"distro": "395926abd7fa5f27956a7ceb497409c06e78c655",
|
||||
"version": "1.84.0-insider",
|
||||
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
@ -13,6 +13,7 @@
|
||||
"test-browser": "npx playwright install && node test/unit/browser/index.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-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",
|
||||
@ -70,9 +71,9 @@
|
||||
"@parcel/watcher": "2.1.0",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"@vscode/policy-watcher": "^1.1.4",
|
||||
"@vscode/proxy-agent": "^0.17.4",
|
||||
"@vscode/ripgrep": "^1.15.5",
|
||||
"@vscode/spdlog": "^0.13.11",
|
||||
"@vscode/proxy-agent": "^0.17.5",
|
||||
"@vscode/ripgrep": "^1.15.6",
|
||||
"@vscode/spdlog": "^0.13.12",
|
||||
"@vscode/sqlite3": "5.1.6-vscode",
|
||||
"@vscode/sudo-prompt": "9.3.1",
|
||||
"@vscode/vscode-languagedetection": "1.0.21",
|
||||
@ -80,38 +81,38 @@
|
||||
"@vscode/windows-process-tree": "^0.5.0",
|
||||
"@vscode/windows-registry": "^1.1.0",
|
||||
"graceful-fs": "4.2.11",
|
||||
"http-proxy-agent": "^2.1.0",
|
||||
"https-proxy-agent": "^2.2.3",
|
||||
"http-proxy-agent": "^7.0.0",
|
||||
"https-proxy-agent": "^7.0.2",
|
||||
"jschardet": "3.0.0",
|
||||
"kerberos": "^2.0.1",
|
||||
"minimist": "^1.2.6",
|
||||
"native-is-elevated": "0.7.0",
|
||||
"native-keymap": "^3.3.4",
|
||||
"native-watchdog": "^1.4.1",
|
||||
"node-pty": "1.1.0-beta1",
|
||||
"node-pty": "1.1.0-beta5",
|
||||
"tas-client-umd": "0.1.8",
|
||||
"util": "^0.12.4",
|
||||
"v8-inspect-profiler": "^0.1.0",
|
||||
"vscode-oniguruma": "1.7.0",
|
||||
"vscode-regexpp": "^3.1.0",
|
||||
"vscode-textmate": "9.0.0",
|
||||
"xterm": "5.4.0-beta.27",
|
||||
"xterm-addon-canvas": "0.6.0-beta.27",
|
||||
"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.27",
|
||||
"xterm-addon-serialize": "0.12.0-beta.26",
|
||||
"xterm-addon-unicode11": "0.7.0-beta.26",
|
||||
"xterm-addon-webgl": "0.17.0-beta.26",
|
||||
"xterm-headless": "5.4.0-beta.27",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.37.1",
|
||||
"@swc/cli": "0.1.62",
|
||||
"@swc/core": "1.3.62",
|
||||
"@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/gulp-postcss": "^8.0.0",
|
||||
"@types/gulp-svgmin": "^1.2.1",
|
||||
@ -135,27 +136,27 @@
|
||||
"@typescript-eslint/parser": "^5.57.0",
|
||||
"@vscode/gulp-electron": "^1.36.0",
|
||||
"@vscode/l10n-dev": "0.0.21",
|
||||
"@vscode/telemetry-extractor": "^1.9.9",
|
||||
"@vscode/test-web": "^0.0.41",
|
||||
"@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/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",
|
||||
"cson-parser": "^1.3.3",
|
||||
"css-loader": "^6.7.3",
|
||||
"cssnano": "^4.1.11",
|
||||
"debounce": "^1.0.0",
|
||||
"deemon": "^1.8.0",
|
||||
"electron": "25.8.4",
|
||||
"electron": "25.9.2",
|
||||
"eslint": "8.36.0",
|
||||
"eslint-plugin-header": "3.1.1",
|
||||
"eslint-plugin-jsdoc": "^46.5.0",
|
||||
"eslint-plugin-local": "^1.0.0",
|
||||
"event-stream": "3.3.4",
|
||||
"fancy-log": "^1.3.3",
|
||||
"fast-plist": "0.1.3",
|
||||
"file-loader": "^6.2.0",
|
||||
"glob": "^5.0.13",
|
||||
"gulp": "^4.0.0",
|
||||
@ -178,7 +179,6 @@
|
||||
"gulp-untar": "^0.0.7",
|
||||
"husky": "^0.13.1",
|
||||
"innosetup": "6.0.5",
|
||||
"is": "^3.1.0",
|
||||
"istanbul-lib-coverage": "^3.2.0",
|
||||
"istanbul-lib-instrument": "^5.2.0",
|
||||
"istanbul-lib-report": "^3.0.0",
|
||||
@ -190,16 +190,14 @@
|
||||
"minimatch": "^3.0.4",
|
||||
"minimist": "^1.2.6",
|
||||
"mkdirp": "^1.0.4",
|
||||
"mocha": "^9.2.2",
|
||||
"mocha-junit-reporter": "^2.0.0",
|
||||
"mocha": "^10.2.0",
|
||||
"mocha-junit-reporter": "^2.2.1",
|
||||
"mocha-multi-reporters": "^1.5.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"opn": "^6.0.0",
|
||||
"optimist": "0.3.5",
|
||||
"p-all": "^1.0.0",
|
||||
"path-browserify": "^1.0.1",
|
||||
"pump": "^1.0.1",
|
||||
"queue": "3.0.6",
|
||||
"rcedit": "^1.1.0",
|
||||
"rimraf": "^2.2.8",
|
||||
"sinon": "^12.0.1",
|
||||
@ -210,10 +208,8 @@
|
||||
"ts-loader": "^9.4.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsec": "0.2.7",
|
||||
"typescript": "^5.3.0-dev.20230919",
|
||||
"typescript": "^5.3.0-dev.20231002",
|
||||
"typescript-formatter": "7.1.0",
|
||||
"underscore": "^1.12.1",
|
||||
"util": "^0.12.4",
|
||||
"vscode-nls-dev": "^3.3.1",
|
||||
"webpack": "^5.77.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
|
@ -2,10 +2,8 @@
|
||||
"nameShort": "Code - Insiders",
|
||||
"nameLong": "Visual Studio Code - Insiders",
|
||||
"applicationName": "code-insiders",
|
||||
"win32AppId": "{{C26E74D1-022E-4238-8B9D-1E7564A36CC9}",
|
||||
"win32x64AppId": "{{1287CAD5-7C8D-410D-88B9-0D1EE4A83FF2}",
|
||||
"win32arm64AppId": "{{0AEDB616-9614-463B-97D7-119DD86CCA64}",
|
||||
"win32UserAppId": "{{26F4A15E-E392-4887-8C09-7BC55712FD5B}",
|
||||
"win32x64UserAppId": "{{217B4C08-948D-4276-BFBB-BEE930AE5A2C}",
|
||||
"win32arm64UserAppId": "{{69BD8F7B-65EB-4C6F-A14E-44CFA83712C0}",
|
||||
"win32NameVersion": "Microsoft Visual Studio Code Insiders",
|
||||
@ -56,7 +54,7 @@
|
||||
},
|
||||
"profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csharp": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}",
|
||||
@ -599,7 +597,7 @@
|
||||
"languageExtensionTips": [
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit",
|
||||
"ms-toolsai.jupyter",
|
||||
"vscjava.vscode-java-pack",
|
||||
"ecmel.vscode-html-css",
|
||||
@ -1729,8 +1727,7 @@
|
||||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver",
|
||||
"testMessageContextValue"
|
||||
"testObserver"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
@ -1850,6 +1847,9 @@
|
||||
"ms-vscode.lsif-browser": [
|
||||
"documentFiltersExclusive"
|
||||
],
|
||||
"ms-vscode.vscode-speech": [
|
||||
"speech"
|
||||
],
|
||||
"GitHub.vscode-pull-request-github": [
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
"tokenInformation",
|
||||
@ -1880,17 +1880,22 @@
|
||||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"terminalContextMenu",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider",
|
||||
"chatProvider",
|
||||
"chatSlashCommands",
|
||||
"chatVariables",
|
||||
"chatAgents",
|
||||
"chatAgents2",
|
||||
"chatAgents2Additions",
|
||||
"defaultChatAgent",
|
||||
"readonlyMessage",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation"
|
||||
"aiRelatedInformation",
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"textSearchProvider"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -2294,8 +2299,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.83.0",
|
||||
"sha256": "8e81c3ba8e3b643c54f4dccc0b9402ea605c2bee57758bdfdda61501ea8a23d9",
|
||||
"version": "1.84.0",
|
||||
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -2345,30 +2350,6 @@
|
||||
"clientOnly": true
|
||||
}
|
||||
],
|
||||
"walkthroughMetadata": [
|
||||
{
|
||||
"id": "Setup",
|
||||
"steps": [
|
||||
{
|
||||
"id": "copilotInstall",
|
||||
"title": "Code smarter with AI",
|
||||
"description": "Focus on solving bigger problems with your personal AI pair programmer. Start your free trial and see the difference.\n[Install GitHub Copilot](command:workbench.extensions.installExtension?%22github.copilot%22)",
|
||||
"media": {
|
||||
"type": "image",
|
||||
"altText": "Copilot Statistics",
|
||||
"path": "copilotStep.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"featuredExtensions": [
|
||||
{
|
||||
"id": "github.copilot",
|
||||
"title": "GitHub Copilot",
|
||||
"description": "Get autocomplete-style suggestions from your AI pair programmer as you code (Free Trial)"
|
||||
}
|
||||
],
|
||||
"aiGeneratedWorkspaceTrust": {
|
||||
"title": "This workspace was generated by GitHub Copilot",
|
||||
"checkboxText": "Trust the contents of all files in this workspace",
|
||||
@ -2376,16 +2357,30 @@
|
||||
"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. "
|
||||
},
|
||||
"commit": "4268e464763087044d0c1b5bdd37ebbe683cadfa",
|
||||
"date": "2023-09-29T20:42:50.630Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "snAMTlOjaNncuTbP9Yq/Vg",
|
||||
"vs/workbench/workbench.desktop.main.js": "lsTTFUy5WfvIBOFznYCWJg",
|
||||
"vs/workbench/workbench.desktop.main.css": "bRufp62VWKwcqlgZgt8Uqw",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "dwjZY50Yqn89Qrh1J8enwQ",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "49ZOjwEeTWIcwxw4bvqbmg"
|
||||
"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?"
|
||||
},
|
||||
"version": "1.83.0-insider",
|
||||
"commit": "35419fc016b8d3d5dbc59aa11a0be957b0897309",
|
||||
"date": "2023-10-27T10:41:08.734Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "39ArpJqRgR2RqlH8xYuaaQ",
|
||||
"vs/workbench/workbench.desktop.main.js": "Puqj10xljI3c1of/MuIbXg",
|
||||
"vs/workbench/workbench.desktop.main.css": "h55/gR3EIMHf5E84osIBtg",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "33fnKGLxKOziUOvmNpXZBQ",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "0yd6aJW6TARb+lvx3XIuDg"
|
||||
},
|
||||
"version": "1.84.0-insider",
|
||||
"target": "user"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user