thunder-client.saveToWorkspace: false
Versions
This commit is contained in:
parent
eaaedd3d30
commit
6f3659de37
@ -74,7 +74,7 @@
|
|||||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||||
"terminal.integrated.fontSize": 12,
|
"terminal.integrated.fontSize": 12,
|
||||||
"terminal.integrated.tabs.enabled": true,
|
"terminal.integrated.tabs.enabled": true,
|
||||||
"thunder-client.saveToWorkspace": true,
|
"thunder-client.saveToWorkspace": false,
|
||||||
"thunder-client.workspaceRelativePath": ".vscode",
|
"thunder-client.workspaceRelativePath": ".vscode",
|
||||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||||
"vscode-edge-devtools.mirrorEdits": true,
|
"vscode-edge-devtools.mirrorEdits": true,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Code",
|
"name": "Code",
|
||||||
"version": "1.83.1",
|
"version": "1.84.0",
|
||||||
"distro": "f1a1cd76cc41f19362451a5f9e2150ad3b459752",
|
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
},
|
},
|
||||||
@ -13,6 +13,7 @@
|
|||||||
"test-browser": "npx playwright install && node test/unit/browser/index.js",
|
"test-browser": "npx playwright install && node test/unit/browser/index.js",
|
||||||
"test-browser-no-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-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit",
|
||||||
|
"test-extension": "vscode-test",
|
||||||
"preinstall": "node build/npm/preinstall.js",
|
"preinstall": "node build/npm/preinstall.js",
|
||||||
"postinstall": "node build/npm/postinstall.js",
|
"postinstall": "node build/npm/postinstall.js",
|
||||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
||||||
@ -70,9 +71,9 @@
|
|||||||
"@parcel/watcher": "2.1.0",
|
"@parcel/watcher": "2.1.0",
|
||||||
"@vscode/iconv-lite-umd": "0.7.0",
|
"@vscode/iconv-lite-umd": "0.7.0",
|
||||||
"@vscode/policy-watcher": "^1.1.4",
|
"@vscode/policy-watcher": "^1.1.4",
|
||||||
"@vscode/proxy-agent": "^0.17.4",
|
"@vscode/proxy-agent": "^0.17.5",
|
||||||
"@vscode/ripgrep": "^1.15.5",
|
"@vscode/ripgrep": "^1.15.6",
|
||||||
"@vscode/spdlog": "^0.13.11",
|
"@vscode/spdlog": "^0.13.12",
|
||||||
"@vscode/sqlite3": "5.1.6-vscode",
|
"@vscode/sqlite3": "5.1.6-vscode",
|
||||||
"@vscode/sudo-prompt": "9.3.1",
|
"@vscode/sudo-prompt": "9.3.1",
|
||||||
"@vscode/vscode-languagedetection": "1.0.21",
|
"@vscode/vscode-languagedetection": "1.0.21",
|
||||||
@ -80,38 +81,38 @@
|
|||||||
"@vscode/windows-process-tree": "^0.5.0",
|
"@vscode/windows-process-tree": "^0.5.0",
|
||||||
"@vscode/windows-registry": "^1.1.0",
|
"@vscode/windows-registry": "^1.1.0",
|
||||||
"graceful-fs": "4.2.11",
|
"graceful-fs": "4.2.11",
|
||||||
"http-proxy-agent": "^2.1.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^2.2.3",
|
"https-proxy-agent": "^7.0.2",
|
||||||
"jschardet": "3.0.0",
|
"jschardet": "3.0.0",
|
||||||
"kerberos": "^2.0.1",
|
"kerberos": "^2.0.1",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"native-is-elevated": "0.7.0",
|
"native-is-elevated": "0.7.0",
|
||||||
"native-keymap": "^3.3.4",
|
"native-keymap": "^3.3.4",
|
||||||
"native-watchdog": "^1.4.1",
|
"native-watchdog": "^1.4.1",
|
||||||
"node-pty": "1.1.0-beta1",
|
"node-pty": "1.1.0-beta5",
|
||||||
"tas-client-umd": "0.1.8",
|
"tas-client-umd": "0.1.8",
|
||||||
|
"util": "^0.12.4",
|
||||||
"v8-inspect-profiler": "^0.1.0",
|
"v8-inspect-profiler": "^0.1.0",
|
||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.0.0",
|
||||||
"xterm": "5.4.0-beta.27",
|
"xterm": "5.4.0-beta.32",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.27",
|
"xterm-addon-canvas": "0.6.0-beta.32",
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
"xterm-addon-image": "0.6.0-beta.21",
|
||||||
"xterm-addon-search": "0.14.0-beta.27",
|
"xterm-addon-search": "0.14.0-beta.31",
|
||||||
"xterm-addon-serialize": "0.12.0-beta.26",
|
"xterm-addon-serialize": "0.12.0-beta.31",
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.26",
|
"xterm-addon-unicode11": "0.7.0-beta.31",
|
||||||
"xterm-addon-webgl": "0.17.0-beta.26",
|
"xterm-addon-webgl": "0.17.0-beta.31",
|
||||||
"xterm-headless": "5.4.0-beta.27",
|
"xterm-headless": "5.4.0-beta.32",
|
||||||
"yauzl": "^2.9.2",
|
"yauzl": "^2.9.2",
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.1",
|
"@playwright/test": "^1.37.1",
|
||||||
"@swc/cli": "0.1.62",
|
|
||||||
"@swc/core": "1.3.62",
|
"@swc/core": "1.3.62",
|
||||||
"@types/cookie": "^0.3.3",
|
"@types/cookie": "^0.3.3",
|
||||||
"@types/cssnano": "^4.0.0",
|
"@types/cssnano": "^4.0.0",
|
||||||
"@types/debug": "4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/graceful-fs": "4.1.2",
|
"@types/graceful-fs": "4.1.2",
|
||||||
"@types/gulp-postcss": "^8.0.0",
|
"@types/gulp-postcss": "^8.0.0",
|
||||||
"@types/gulp-svgmin": "^1.2.1",
|
"@types/gulp-svgmin": "^1.2.1",
|
||||||
@ -135,27 +136,27 @@
|
|||||||
"@typescript-eslint/parser": "^5.57.0",
|
"@typescript-eslint/parser": "^5.57.0",
|
||||||
"@vscode/gulp-electron": "^1.36.0",
|
"@vscode/gulp-electron": "^1.36.0",
|
||||||
"@vscode/l10n-dev": "0.0.21",
|
"@vscode/l10n-dev": "0.0.21",
|
||||||
"@vscode/telemetry-extractor": "^1.9.9",
|
"@vscode/telemetry-extractor": "^1.9.10",
|
||||||
"@vscode/test-web": "^0.0.41",
|
"@vscode/test-cli": "^0.0.3",
|
||||||
|
"@vscode/test-electron": "^2.3.5",
|
||||||
|
"@vscode/test-web": "^0.0.42",
|
||||||
"@vscode/vscode-perf": "^0.0.14",
|
"@vscode/vscode-perf": "^0.0.14",
|
||||||
"ansi-colors": "^3.2.3",
|
"ansi-colors": "^3.2.3",
|
||||||
"asar": "^3.0.3",
|
"asar": "^3.0.3",
|
||||||
"chromium-pickle-js": "^0.2.0",
|
"chromium-pickle-js": "^0.2.0",
|
||||||
"cookie": "^0.4.0",
|
"cookie": "^0.4.0",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"cson-parser": "^1.3.3",
|
|
||||||
"css-loader": "^6.7.3",
|
"css-loader": "^6.7.3",
|
||||||
"cssnano": "^4.1.11",
|
"cssnano": "^4.1.11",
|
||||||
"debounce": "^1.0.0",
|
"debounce": "^1.0.0",
|
||||||
"deemon": "^1.8.0",
|
"deemon": "^1.8.0",
|
||||||
"electron": "25.8.4",
|
"electron": "25.9.2",
|
||||||
"eslint": "8.36.0",
|
"eslint": "8.36.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-jsdoc": "^46.5.0",
|
"eslint-plugin-jsdoc": "^46.5.0",
|
||||||
"eslint-plugin-local": "^1.0.0",
|
"eslint-plugin-local": "^1.0.0",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"fast-plist": "0.1.3",
|
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"glob": "^5.0.13",
|
"glob": "^5.0.13",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.0",
|
||||||
@ -178,7 +179,6 @@
|
|||||||
"gulp-untar": "^0.0.7",
|
"gulp-untar": "^0.0.7",
|
||||||
"husky": "^0.13.1",
|
"husky": "^0.13.1",
|
||||||
"innosetup": "6.0.5",
|
"innosetup": "6.0.5",
|
||||||
"is": "^3.1.0",
|
|
||||||
"istanbul-lib-coverage": "^3.2.0",
|
"istanbul-lib-coverage": "^3.2.0",
|
||||||
"istanbul-lib-instrument": "^5.2.0",
|
"istanbul-lib-instrument": "^5.2.0",
|
||||||
"istanbul-lib-report": "^3.0.0",
|
"istanbul-lib-report": "^3.0.0",
|
||||||
@ -190,16 +190,14 @@
|
|||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^10.2.0",
|
||||||
"mocha-junit-reporter": "^2.0.0",
|
"mocha-junit-reporter": "^2.2.1",
|
||||||
"mocha-multi-reporters": "^1.5.1",
|
"mocha-multi-reporters": "^1.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opn": "^6.0.0",
|
"opn": "^6.0.0",
|
||||||
"optimist": "0.3.5",
|
|
||||||
"p-all": "^1.0.0",
|
"p-all": "^1.0.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"pump": "^1.0.1",
|
"pump": "^1.0.1",
|
||||||
"queue": "3.0.6",
|
|
||||||
"rcedit": "^1.1.0",
|
"rcedit": "^1.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
"sinon": "^12.0.1",
|
"sinon": "^12.0.1",
|
||||||
@ -210,10 +208,8 @@
|
|||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.4.2",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20230919",
|
"typescript": "^5.3.0-dev.20231002",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript-formatter": "7.1.0",
|
||||||
"underscore": "^1.12.1",
|
|
||||||
"util": "^0.12.4",
|
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"vscode-nls-dev": "^3.3.1",
|
||||||
"webpack": "^5.77.0",
|
"webpack": "^5.77.0",
|
||||||
"webpack-cli": "^5.0.1",
|
"webpack-cli": "^5.0.1",
|
||||||
|
@ -2,10 +2,8 @@
|
|||||||
"nameShort": "Code",
|
"nameShort": "Code",
|
||||||
"nameLong": "Visual Studio Code",
|
"nameLong": "Visual Studio Code",
|
||||||
"applicationName": "code",
|
"applicationName": "code",
|
||||||
"win32AppId": "{{F8A2A208-72B3-4D61-95FC-8A65D340689B}",
|
|
||||||
"win32x64AppId": "{{EA457B21-F73E-494C-ACAB-524FDE069978}",
|
"win32x64AppId": "{{EA457B21-F73E-494C-ACAB-524FDE069978}",
|
||||||
"win32arm64AppId": "{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}",
|
"win32arm64AppId": "{{A5270FC5-65AD-483E-AC30-2C276B63D0AC}",
|
||||||
"win32UserAppId": "{{D628A17A-9713-46BF-8D57-E671B46A741E}",
|
|
||||||
"win32x64UserAppId": "{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}",
|
"win32x64UserAppId": "{{771FD6B0-FA20-440A-A002-3B3BAC16DC50}",
|
||||||
"win32arm64UserAppId": "{{D9E514E7-1A56-452D-9337-2990C0DC4310}",
|
"win32arm64UserAppId": "{{D9E514E7-1A56-452D-9337-2990C0DC4310}",
|
||||||
"win32NameVersion": "Microsoft Visual Studio Code",
|
"win32NameVersion": "Microsoft Visual Studio Code",
|
||||||
@ -103,6 +101,17 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"ms-toolsai.datawrangler": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/*.ipynb}",
|
||||||
|
"contentPattern": "import\\s*pandas|from\\s*pandas",
|
||||||
|
"whenInstalled": [
|
||||||
|
"ms-toolsai.jupyter"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"golang.Go": {
|
"golang.Go": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
@ -1732,8 +1741,7 @@
|
|||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver",
|
"testObserver"
|
||||||
"testMessageContextValue"
|
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -1853,6 +1861,9 @@
|
|||||||
"ms-vscode.lsif-browser": [
|
"ms-vscode.lsif-browser": [
|
||||||
"documentFiltersExclusive"
|
"documentFiltersExclusive"
|
||||||
],
|
],
|
||||||
|
"ms-vscode.vscode-speech": [
|
||||||
|
"speech"
|
||||||
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"contribCommentThreadAdditionalMenu",
|
"contribCommentThreadAdditionalMenu",
|
||||||
"tokenInformation",
|
"tokenInformation",
|
||||||
@ -1877,17 +1888,22 @@
|
|||||||
"handleIssueUri",
|
"handleIssueUri",
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
"interactiveUserActions",
|
||||||
"terminalContextMenu",
|
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatSlashCommands",
|
|
||||||
"chatVariables",
|
"chatVariables",
|
||||||
"chatAgents",
|
"chatAgents",
|
||||||
|
"chatAgents2",
|
||||||
|
"chatAgents2Additions",
|
||||||
|
"defaultChatAgent",
|
||||||
"readonlyMessage",
|
"readonlyMessage",
|
||||||
"chatProvider",
|
"chatProvider",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation"
|
"aiRelatedInformation",
|
||||||
|
"codeActionAI",
|
||||||
|
"findTextInFiles",
|
||||||
|
"textSearchProvider"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@ -2290,8 +2306,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug",
|
"name": "ms-vscode.js-debug",
|
||||||
"version": "1.83.1",
|
"version": "1.84.0",
|
||||||
"sha256": "1452fdbab8d0d83ca5765bb66170d50b005c97ca4dcd13e154c3401d842a92d4",
|
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||||
@ -2341,30 +2357,6 @@
|
|||||||
"clientOnly": true
|
"clientOnly": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"walkthroughMetadata": [
|
|
||||||
{
|
|
||||||
"id": "Setup",
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"id": "copilotInstall",
|
|
||||||
"title": "Supercharge your coding with AI-based suggestions",
|
|
||||||
"description": "Throw that rubber duck away! Code more efficiently with AI at your fingertips. Try [GitHub Copilot](command:extension.open?\"github.copilot\") free for 60 days.\n[Install 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": "Supercharge your coding experience for as little as $10/month with cutting edge AI code generation."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"aiGeneratedWorkspaceTrust": {
|
"aiGeneratedWorkspaceTrust": {
|
||||||
"title": "This workspace was generated by GitHub Copilot",
|
"title": "This workspace was generated by GitHub Copilot",
|
||||||
"checkboxText": "Trust the contents of all files in this workspace",
|
"checkboxText": "Trust the contents of all files in this workspace",
|
||||||
@ -2372,16 +2364,30 @@
|
|||||||
"dontTrustOption": "No, I don't 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. "
|
"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": "f1b07bd25dfad64b0167beb15359ae573aecd2cc",
|
"gitHubEntitlement": {
|
||||||
"date": "2023-10-10T23:48:05.904Z",
|
"providerId": "github",
|
||||||
"checksums": {
|
"command": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+6MTYkjK9NYjuzPd0lGjyA",
|
"title": "Install GitHub Copilot (Paid for by {{org}})",
|
||||||
"vs/workbench/workbench.desktop.main.js": "H2o6felYR9HsrLzgLLhryw",
|
"titleWithoutPlaceHolder": "Install GitHub Copilot",
|
||||||
"vs/workbench/workbench.desktop.main.css": "SAIxn5cZx2RAbmF1rHV/bA",
|
"action": "workbench.extensions.installExtension",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "E3pK8bZu4FsktzEGKSuC2g",
|
"when": "workbench.accounts.experimental.showEntitlements"
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
},
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "Rrqk/+hIrnEx4Fl9LB8UBg"
|
"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.1",
|
"commit": "d037ac076cee195194f93ce6fe2bdfe2969cc82d",
|
||||||
|
"date": "2023-11-01T11:29:04.398Z",
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"version": "1.84.0",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "VSCodium",
|
"name": "VSCodium",
|
||||||
"version": "1.83.1",
|
"version": "1.84.0",
|
||||||
"distro": "f1a1cd76cc41f19362451a5f9e2150ad3b459752",
|
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "VSCodium"
|
"name": "VSCodium"
|
||||||
},
|
},
|
||||||
@ -13,6 +13,7 @@
|
|||||||
"test-browser": "npx playwright install && node test/unit/browser/index.js",
|
"test-browser": "npx playwright install && node test/unit/browser/index.js",
|
||||||
"test-browser-no-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-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit",
|
||||||
|
"test-extension": "vscode-test",
|
||||||
"preinstall": "node build/npm/preinstall.js",
|
"preinstall": "node build/npm/preinstall.js",
|
||||||
"postinstall": "node build/npm/postinstall.js",
|
"postinstall": "node build/npm/postinstall.js",
|
||||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
||||||
@ -70,9 +71,9 @@
|
|||||||
"@parcel/watcher": "2.1.0",
|
"@parcel/watcher": "2.1.0",
|
||||||
"@vscode/iconv-lite-umd": "0.7.0",
|
"@vscode/iconv-lite-umd": "0.7.0",
|
||||||
"@vscode/policy-watcher": "^1.1.4",
|
"@vscode/policy-watcher": "^1.1.4",
|
||||||
"@vscode/proxy-agent": "^0.17.4",
|
"@vscode/proxy-agent": "^0.17.5",
|
||||||
"@vscode/ripgrep": "^1.15.5",
|
"@vscode/ripgrep": "^1.15.6",
|
||||||
"@vscode/spdlog": "^0.13.11",
|
"@vscode/spdlog": "^0.13.12",
|
||||||
"@vscode/sqlite3": "5.1.6-vscode",
|
"@vscode/sqlite3": "5.1.6-vscode",
|
||||||
"@vscode/sudo-prompt": "9.3.1",
|
"@vscode/sudo-prompt": "9.3.1",
|
||||||
"@vscode/vscode-languagedetection": "1.0.21",
|
"@vscode/vscode-languagedetection": "1.0.21",
|
||||||
@ -80,38 +81,38 @@
|
|||||||
"@vscode/windows-process-tree": "^0.5.0",
|
"@vscode/windows-process-tree": "^0.5.0",
|
||||||
"@vscode/windows-registry": "^1.1.0",
|
"@vscode/windows-registry": "^1.1.0",
|
||||||
"graceful-fs": "4.2.11",
|
"graceful-fs": "4.2.11",
|
||||||
"http-proxy-agent": "^2.1.0",
|
"http-proxy-agent": "^7.0.0",
|
||||||
"https-proxy-agent": "^2.2.3",
|
"https-proxy-agent": "^7.0.2",
|
||||||
"jschardet": "3.0.0",
|
"jschardet": "3.0.0",
|
||||||
"kerberos": "^2.0.1",
|
"kerberos": "^2.0.1",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"native-is-elevated": "0.7.0",
|
"native-is-elevated": "0.7.0",
|
||||||
"native-keymap": "^3.3.4",
|
"native-keymap": "^3.3.4",
|
||||||
"native-watchdog": "^1.4.1",
|
"native-watchdog": "^1.4.1",
|
||||||
"node-pty": "1.1.0-beta1",
|
"node-pty": "1.1.0-beta5",
|
||||||
"tas-client-umd": "0.1.8",
|
"tas-client-umd": "0.1.8",
|
||||||
|
"util": "^0.12.4",
|
||||||
"v8-inspect-profiler": "^0.1.0",
|
"v8-inspect-profiler": "^0.1.0",
|
||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.0.0",
|
||||||
"xterm": "5.4.0-beta.27",
|
"xterm": "5.4.0-beta.32",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.27",
|
"xterm-addon-canvas": "0.6.0-beta.32",
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
"xterm-addon-image": "0.6.0-beta.21",
|
||||||
"xterm-addon-search": "0.14.0-beta.27",
|
"xterm-addon-search": "0.14.0-beta.31",
|
||||||
"xterm-addon-serialize": "0.12.0-beta.26",
|
"xterm-addon-serialize": "0.12.0-beta.31",
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.26",
|
"xterm-addon-unicode11": "0.7.0-beta.31",
|
||||||
"xterm-addon-webgl": "0.17.0-beta.26",
|
"xterm-addon-webgl": "0.17.0-beta.31",
|
||||||
"xterm-headless": "5.4.0-beta.27",
|
"xterm-headless": "5.4.0-beta.32",
|
||||||
"yauzl": "^2.9.2",
|
"yauzl": "^2.9.2",
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.37.1",
|
"@playwright/test": "^1.37.1",
|
||||||
"@swc/cli": "0.1.62",
|
|
||||||
"@swc/core": "1.3.62",
|
"@swc/core": "1.3.62",
|
||||||
"@types/cookie": "^0.3.3",
|
"@types/cookie": "^0.3.3",
|
||||||
"@types/cssnano": "^4.0.0",
|
"@types/cssnano": "^4.0.0",
|
||||||
"@types/debug": "4.1.5",
|
"@types/debug": "^4.1.5",
|
||||||
"@types/graceful-fs": "4.1.2",
|
"@types/graceful-fs": "4.1.2",
|
||||||
"@types/gulp-postcss": "^8.0.0",
|
"@types/gulp-postcss": "^8.0.0",
|
||||||
"@types/gulp-svgmin": "^1.2.1",
|
"@types/gulp-svgmin": "^1.2.1",
|
||||||
@ -135,27 +136,27 @@
|
|||||||
"@typescript-eslint/parser": "^5.57.0",
|
"@typescript-eslint/parser": "^5.57.0",
|
||||||
"@vscode/gulp-electron": "^1.36.0",
|
"@vscode/gulp-electron": "^1.36.0",
|
||||||
"@vscode/l10n-dev": "0.0.21",
|
"@vscode/l10n-dev": "0.0.21",
|
||||||
"@vscode/telemetry-extractor": "^1.9.9",
|
"@vscode/telemetry-extractor": "^1.9.10",
|
||||||
"@vscode/test-web": "^0.0.41",
|
"@vscode/test-cli": "^0.0.3",
|
||||||
|
"@vscode/test-electron": "^2.3.5",
|
||||||
|
"@vscode/test-web": "^0.0.42",
|
||||||
"@vscode/vscode-perf": "^0.0.14",
|
"@vscode/vscode-perf": "^0.0.14",
|
||||||
"ansi-colors": "^3.2.3",
|
"ansi-colors": "^3.2.3",
|
||||||
"asar": "^3.0.3",
|
"asar": "^3.0.3",
|
||||||
"chromium-pickle-js": "^0.2.0",
|
"chromium-pickle-js": "^0.2.0",
|
||||||
"cookie": "^0.4.0",
|
"cookie": "^0.4.0",
|
||||||
"copy-webpack-plugin": "^11.0.0",
|
"copy-webpack-plugin": "^11.0.0",
|
||||||
"cson-parser": "^1.3.3",
|
|
||||||
"css-loader": "^6.7.3",
|
"css-loader": "^6.7.3",
|
||||||
"cssnano": "^4.1.11",
|
"cssnano": "^4.1.11",
|
||||||
"debounce": "^1.0.0",
|
"debounce": "^1.0.0",
|
||||||
"deemon": "^1.8.0",
|
"deemon": "^1.8.0",
|
||||||
"electron": "25.8.4",
|
"electron": "25.9.2",
|
||||||
"eslint": "8.36.0",
|
"eslint": "8.36.0",
|
||||||
"eslint-plugin-header": "3.1.1",
|
"eslint-plugin-header": "3.1.1",
|
||||||
"eslint-plugin-jsdoc": "^46.5.0",
|
"eslint-plugin-jsdoc": "^46.5.0",
|
||||||
"eslint-plugin-local": "^1.0.0",
|
"eslint-plugin-local": "^1.0.0",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"fancy-log": "^1.3.3",
|
"fancy-log": "^1.3.3",
|
||||||
"fast-plist": "0.1.3",
|
|
||||||
"file-loader": "^6.2.0",
|
"file-loader": "^6.2.0",
|
||||||
"glob": "^5.0.13",
|
"glob": "^5.0.13",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.0",
|
||||||
@ -178,7 +179,6 @@
|
|||||||
"gulp-untar": "^0.0.7",
|
"gulp-untar": "^0.0.7",
|
||||||
"husky": "^0.13.1",
|
"husky": "^0.13.1",
|
||||||
"innosetup": "6.0.5",
|
"innosetup": "6.0.5",
|
||||||
"is": "^3.1.0",
|
|
||||||
"istanbul-lib-coverage": "^3.2.0",
|
"istanbul-lib-coverage": "^3.2.0",
|
||||||
"istanbul-lib-instrument": "^5.2.0",
|
"istanbul-lib-instrument": "^5.2.0",
|
||||||
"istanbul-lib-report": "^3.0.0",
|
"istanbul-lib-report": "^3.0.0",
|
||||||
@ -190,16 +190,14 @@
|
|||||||
"minimatch": "^3.0.4",
|
"minimatch": "^3.0.4",
|
||||||
"minimist": "^1.2.6",
|
"minimist": "^1.2.6",
|
||||||
"mkdirp": "^1.0.4",
|
"mkdirp": "^1.0.4",
|
||||||
"mocha": "^9.2.2",
|
"mocha": "^10.2.0",
|
||||||
"mocha-junit-reporter": "^2.0.0",
|
"mocha-junit-reporter": "^2.2.1",
|
||||||
"mocha-multi-reporters": "^1.5.1",
|
"mocha-multi-reporters": "^1.5.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"opn": "^6.0.0",
|
"opn": "^6.0.0",
|
||||||
"optimist": "0.3.5",
|
|
||||||
"p-all": "^1.0.0",
|
"p-all": "^1.0.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"pump": "^1.0.1",
|
"pump": "^1.0.1",
|
||||||
"queue": "3.0.6",
|
|
||||||
"rcedit": "^1.1.0",
|
"rcedit": "^1.1.0",
|
||||||
"rimraf": "^2.2.8",
|
"rimraf": "^2.2.8",
|
||||||
"sinon": "^12.0.1",
|
"sinon": "^12.0.1",
|
||||||
@ -210,10 +208,8 @@
|
|||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.4.2",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20230919",
|
"typescript": "^5.3.0-dev.20231002",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript-formatter": "7.1.0",
|
||||||
"underscore": "^1.12.1",
|
|
||||||
"util": "^0.12.4",
|
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"vscode-nls-dev": "^3.3.1",
|
||||||
"webpack": "^5.77.0",
|
"webpack": "^5.77.0",
|
||||||
"webpack-cli": "^5.0.1",
|
"webpack-cli": "^5.0.1",
|
||||||
@ -231,5 +227,5 @@
|
|||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"windows-foreground-love": "0.5.0"
|
"windows-foreground-love": "0.5.0"
|
||||||
},
|
},
|
||||||
"release": "23285"
|
"release": "23306"
|
||||||
}
|
}
|
@ -16,10 +16,8 @@
|
|||||||
"win32DirName": "VSCodium",
|
"win32DirName": "VSCodium",
|
||||||
"win32NameVersion": "VSCodium",
|
"win32NameVersion": "VSCodium",
|
||||||
"win32RegValueName": "VSCodium",
|
"win32RegValueName": "VSCodium",
|
||||||
"win32AppId": "{{763CBF88-25C6-4B10-952F-326AE657F16B}",
|
|
||||||
"win32x64AppId": "{{88DA3577-054F-4CA1-8122-7D820494CFFB}",
|
"win32x64AppId": "{{88DA3577-054F-4CA1-8122-7D820494CFFB}",
|
||||||
"win32arm64AppId": "{{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}",
|
"win32arm64AppId": "{{67DEE444-3D04-4258-B92A-BC1F0FF2CAE4}",
|
||||||
"win32UserAppId": "{{0FD05EB4-651E-4E78-A062-515204B47A3A}",
|
|
||||||
"win32x64UserAppId": "{{2E1F05D1-C245-4562-81EE-28188DB6FD17}",
|
"win32x64UserAppId": "{{2E1F05D1-C245-4562-81EE-28188DB6FD17}",
|
||||||
"win32arm64UserAppId": "{{57FD70A5-1B8D-4875-9F40-C5553F094828}",
|
"win32arm64UserAppId": "{{57FD70A5-1B8D-4875-9F40-C5553F094828}",
|
||||||
"win32AppUserModelId": "VSCodium.VSCodium",
|
"win32AppUserModelId": "VSCodium.VSCodium",
|
||||||
@ -52,8 +50,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ms-vscode.js-debug",
|
"name": "ms-vscode.js-debug",
|
||||||
"version": "1.83.1",
|
"version": "1.84.0",
|
||||||
"sha256": "1452fdbab8d0d83ca5765bb66170d50b005c97ca4dcd13e154c3401d842a92d4",
|
"sha256": "a57691eb4440e549edba7472c0313e94f24d46ebe1ede18784b552fc5d11e596",
|
||||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||||
@ -103,6 +101,8 @@
|
|||||||
"updateUrl": "https://vscodium.now.sh",
|
"updateUrl": "https://vscodium.now.sh",
|
||||||
"downloadUrl": "https://github.com/VSCodium/vscodium/releases",
|
"downloadUrl": "https://github.com/VSCodium/vscodium/releases",
|
||||||
"quality": "stable",
|
"quality": "stable",
|
||||||
|
"win32AppId": "{{763CBF88-25C6-4B10-952F-326AE657F16B}",
|
||||||
|
"win32UserAppId": "{{0FD05EB4-651E-4E78-A062-515204B47A3A}",
|
||||||
"extensionAllowedBadgeProviders": [
|
"extensionAllowedBadgeProviders": [
|
||||||
"api.bintray.com",
|
"api.bintray.com",
|
||||||
"api.travis-ci.com",
|
"api.travis-ci.com",
|
||||||
@ -152,8 +152,7 @@
|
|||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"ms-vscode.vscode-selfhost-test-provider": [
|
"ms-vscode.vscode-selfhost-test-provider": [
|
||||||
"testObserver",
|
"testObserver"
|
||||||
"testMessageContextValue"
|
|
||||||
],
|
],
|
||||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions"
|
||||||
@ -186,7 +185,6 @@
|
|||||||
"quickPickSortByLabel",
|
"quickPickSortByLabel",
|
||||||
"portsAttributes",
|
"portsAttributes",
|
||||||
"testObserver",
|
"testObserver",
|
||||||
"envShellEvent",
|
|
||||||
"quickPickItemTooltip",
|
"quickPickItemTooltip",
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
"saveEditor"
|
"saveEditor"
|
||||||
@ -274,6 +272,9 @@
|
|||||||
"ms-vscode.lsif-browser": [
|
"ms-vscode.lsif-browser": [
|
||||||
"documentFiltersExclusive"
|
"documentFiltersExclusive"
|
||||||
],
|
],
|
||||||
|
"ms-vscode.vscode-speech": [
|
||||||
|
"speech"
|
||||||
|
],
|
||||||
"GitHub.vscode-pull-request-github": [
|
"GitHub.vscode-pull-request-github": [
|
||||||
"contribCommentThreadAdditionalMenu",
|
"contribCommentThreadAdditionalMenu",
|
||||||
"tokenInformation",
|
"tokenInformation",
|
||||||
@ -289,23 +290,37 @@
|
|||||||
"quickDiffProvider"
|
"quickDiffProvider"
|
||||||
],
|
],
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions",
|
||||||
|
"interactive",
|
||||||
|
"interactiveUserActions",
|
||||||
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions"
|
"inlineCompletionsAdditions",
|
||||||
|
"interactive",
|
||||||
|
"interactiveUserActions",
|
||||||
|
"terminalDataWriteEvent"
|
||||||
],
|
],
|
||||||
"GitHub.copilot-chat": [
|
"GitHub.copilot-chat": [
|
||||||
"handleIssueUri",
|
"handleIssueUri",
|
||||||
"interactive",
|
"interactive",
|
||||||
"interactiveUserActions",
|
"interactiveUserActions",
|
||||||
"terminalContextMenu",
|
|
||||||
"terminalDataWriteEvent",
|
"terminalDataWriteEvent",
|
||||||
|
"terminalExecuteCommandEvent",
|
||||||
"terminalSelection",
|
"terminalSelection",
|
||||||
"terminalQuickFixProvider",
|
"terminalQuickFixProvider",
|
||||||
"chatSlashCommands",
|
"chatProvider",
|
||||||
|
"chatVariables",
|
||||||
|
"chatAgents",
|
||||||
|
"chatAgents2",
|
||||||
|
"chatAgents2Additions",
|
||||||
|
"defaultChatAgent",
|
||||||
"readonlyMessage",
|
"readonlyMessage",
|
||||||
"mappedEditsProvider",
|
"mappedEditsProvider",
|
||||||
"aiRelatedInformation"
|
"aiRelatedInformation",
|
||||||
|
"codeActionAI",
|
||||||
|
"findTextInFiles",
|
||||||
|
"textSearchProvider"
|
||||||
],
|
],
|
||||||
"GitHub.remotehub": [
|
"GitHub.remotehub": [
|
||||||
"contribRemoteHelp",
|
"contribRemoteHelp",
|
||||||
@ -328,6 +343,9 @@
|
|||||||
"ms-python.vscode-pylance": [
|
"ms-python.vscode-pylance": [
|
||||||
"notebookCellExecutionState"
|
"notebookCellExecutionState"
|
||||||
],
|
],
|
||||||
|
"ms-python.debugpy": [
|
||||||
|
"portsAttributes"
|
||||||
|
],
|
||||||
"ms-toolsai.jupyter-renderers": [
|
"ms-toolsai.jupyter-renderers": [
|
||||||
"contribNotebookStaticPreloads"
|
"contribNotebookStaticPreloads"
|
||||||
],
|
],
|
||||||
@ -571,17 +589,17 @@
|
|||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commit": "36d13de33ac0d6c684f10f99cff352e2f58228b3",
|
"commit": "695a9146b1347633e608f9f166c81b5b2843b492",
|
||||||
"date": "2023-10-12T18:42:10.077Z",
|
"date": "2023-11-02T15:38:26.946Z",
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "w3tIIa4NSZTkz112aekZWg",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "EjJ8/ioATRIlO6PM79KeNg",
|
||||||
"vs/workbench/workbench.desktop.main.js": "3JBGtSs8/t4MmU3fKAzzFA",
|
"vs/workbench/workbench.desktop.main.js": "rXCHgy9ZvKiXje3ktzeuQQ",
|
||||||
"vs/workbench/workbench.desktop.main.css": "v3L0fBHL8gu4I1WvuBeoTw",
|
"vs/workbench/workbench.desktop.main.css": "YkGJy0ghDNdDgqZ4vc/QNA",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "n8QfwKm5Zhf9NfceaitomA",
|
"vs/workbench/api/node/extensionHostProcess.js": "WQdvSEpljZlb7OoGCGLc1Q",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
|
"vs/code/electron-sandbox/workbench/workbench.html": "bpdopoC1p6nVwkX76kPiFw",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "klFMyuLpu5zT8Y4HvtEokQ"
|
"vs/code/electron-sandbox/workbench/workbench.js": "nezsCY196lU8e+MQlEPpaQ"
|
||||||
},
|
},
|
||||||
"version": "1.83.1",
|
"version": "1.84.0",
|
||||||
"release": "23285",
|
"release": "23306",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Code - Insiders",
|
"name": "Code - Insiders",
|
||||||
"version": "1.84.0-insider",
|
"version": "1.85.0-insider",
|
||||||
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
"distro": "ff0198cd90b25ba7ca853279cea9b8bb3cf5164d",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Microsoft Corporation"
|
"name": "Microsoft Corporation"
|
||||||
@ -96,14 +96,14 @@
|
|||||||
"vscode-oniguruma": "1.7.0",
|
"vscode-oniguruma": "1.7.0",
|
||||||
"vscode-regexpp": "^3.1.0",
|
"vscode-regexpp": "^3.1.0",
|
||||||
"vscode-textmate": "9.0.0",
|
"vscode-textmate": "9.0.0",
|
||||||
"xterm": "5.4.0-beta.32",
|
"xterm": "5.4.0-beta.37",
|
||||||
"xterm-addon-canvas": "0.6.0-beta.32",
|
"xterm-addon-canvas": "0.6.0-beta.37",
|
||||||
"xterm-addon-image": "0.6.0-beta.21",
|
"xterm-addon-image": "0.6.0-beta.21",
|
||||||
"xterm-addon-search": "0.14.0-beta.31",
|
"xterm-addon-search": "0.14.0-beta.36",
|
||||||
"xterm-addon-serialize": "0.12.0-beta.31",
|
"xterm-addon-serialize": "0.12.0-beta.36",
|
||||||
"xterm-addon-unicode11": "0.7.0-beta.31",
|
"xterm-addon-unicode11": "0.7.0-beta.36",
|
||||||
"xterm-addon-webgl": "0.17.0-beta.31",
|
"xterm-addon-webgl": "0.17.0-beta.36",
|
||||||
"xterm-headless": "5.4.0-beta.32",
|
"xterm-headless": "5.4.0-beta.37",
|
||||||
"yauzl": "^2.9.2",
|
"yauzl": "^2.9.2",
|
||||||
"yazl": "^2.4.3"
|
"yazl": "^2.4.3"
|
||||||
},
|
},
|
||||||
@ -208,7 +208,7 @@
|
|||||||
"ts-loader": "^9.4.2",
|
"ts-loader": "^9.4.2",
|
||||||
"ts-node": "^10.9.1",
|
"ts-node": "^10.9.1",
|
||||||
"tsec": "0.2.7",
|
"tsec": "0.2.7",
|
||||||
"typescript": "^5.3.0-dev.20231002",
|
"typescript": "^5.3.0-dev.20231030",
|
||||||
"typescript-formatter": "7.1.0",
|
"typescript-formatter": "7.1.0",
|
||||||
"vscode-nls-dev": "^3.3.1",
|
"vscode-nls-dev": "^3.3.1",
|
||||||
"webpack": "^5.77.0",
|
"webpack": "^5.77.0",
|
||||||
|
@ -2371,16 +2371,16 @@
|
|||||||
"confirmationAction": "Install",
|
"confirmationAction": "Install",
|
||||||
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
|
"confirmationMessage": "Are you sure you want to install GitHub Copilot?"
|
||||||
},
|
},
|
||||||
"commit": "35419fc016b8d3d5dbc59aa11a0be957b0897309",
|
"commit": "a9d8fbca9ec9a7914f2077a83ca66a08c7e10f83",
|
||||||
"date": "2023-10-27T10:41:08.734Z",
|
"date": "2023-11-02T09:02:24.464Z",
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "39ArpJqRgR2RqlH8xYuaaQ",
|
"vs/base/parts/sandbox/electron-sandbox/preload.js": "+YjAT0E1c7lIptsWGS3Yew",
|
||||||
"vs/workbench/workbench.desktop.main.js": "Puqj10xljI3c1of/MuIbXg",
|
"vs/workbench/workbench.desktop.main.js": "zpnCTtoUdDuo4F0i+tO/mA",
|
||||||
"vs/workbench/workbench.desktop.main.css": "h55/gR3EIMHf5E84osIBtg",
|
"vs/workbench/workbench.desktop.main.css": "M7hVHL/fchc2dcCcOb5peQ",
|
||||||
"vs/workbench/api/node/extensionHostProcess.js": "33fnKGLxKOziUOvmNpXZBQ",
|
"vs/workbench/api/node/extensionHostProcess.js": "jL1WgW8wzL9MAeP77gepkw",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
"vs/code/electron-sandbox/workbench/workbench.html": "Nei/i2NoxE9Pdo7ZULeFgA",
|
||||||
"vs/code/electron-sandbox/workbench/workbench.js": "0yd6aJW6TARb+lvx3XIuDg"
|
"vs/code/electron-sandbox/workbench/workbench.js": "Cg5Ry8xPTQBp0/MflivowA"
|
||||||
},
|
},
|
||||||
"version": "1.84.0-insider",
|
"version": "1.85.0-insider",
|
||||||
"target": "user"
|
"target": "user"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user