VS Code merge to df8fe74bd55313de0dd2303bc47a4aab0ca56b0e (#17979)

* Merge from vscode 504f934659740e9d41501cad9f162b54d7745ad9

* delete unused folders

* distro

* Bump build node version

* update chokidar

* FIx hygiene errors

* distro

* Fix extension lint issues

* Remove strict-vscode

* Add copyright header exemptions

* Bump vscode-extension-telemetry to fix webpacking issue with zone.js

* distro

* Fix failing tests (revert marked.js back to current one until we decide to update)

* Skip searchmodel test

* Fix mac build

* temp debug script loading

* Try disabling coverage

* log error too

* Revert "log error too"

This reverts commit af0183e5d4ab458fdf44b88fbfab9908d090526f.

* Revert "temp debug script loading"

This reverts commit 3d687d541c76db2c5b55626c78ae448d3c25089c.

* Add comments explaining coverage disabling

* Fix ansi_up loading issue

* Merge latest from ads

* Use newer option

* Fix compile

* add debug logging warn

* Always log stack

* log more

* undo debug

* Update to use correct base path (+cleanup)

* distro

* fix compile errors

* Remove strict-vscode

* Fix sql editors not showing

* Show db dropdown input & fix styling

* Fix more info in gallery

* Fix gallery asset requests

* Delete unused workflow

* Fix tapable resolutions for smoke test compile error

* Fix smoke compile

* Disable crash reporting

* Disable interactive

Co-authored-by: ADS Merger <karlb@microsoft.com>
This commit is contained in:
Charles Gagnon
2022-01-06 09:06:56 -08:00
committed by GitHub
parent fd2736b6a6
commit 2bc6a0cd01
2099 changed files with 79520 additions and 43813 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "azuredatastudio",
"version": "1.35.0",
"distro": "c6e9b0f1f7a597de5db1c7c4f46991e09e9714b3",
"distro": "8a2c23c492956322639d994a215dd196d00cf016",
"author": {
"name": "Microsoft Corporation"
},
@@ -39,11 +39,10 @@
"download-builtin-extensions": "node build/lib/builtInExtensions.js",
"download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
"strict-vscode": "node --max_old_space_size=4095 node_modules/typescript/bin/tsc -p src/tsconfig.vscode.json",
"strict-vscode-watch": "node --max_old_space_size=4095 node_modules/typescript/bin/tsc -p src/tsconfig.vscode.json --watch",
"strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
"tsec-compile-check": "node --max_old_space_size=4095 node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
"valid-layers-check": "node --max_old_space_size=4095 build/lib/layersChecker.js",
"tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
"vscode-dts-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.vscode-dts.json && node node_modules/tsec/bin/tsec -p src/tsconfig.vscode-proposed-dts.json",
"valid-layers-check": "node build/lib/layersChecker.js",
"update-distro": "node build/npm/update-distro.js",
"web": "node resources/web/code-web.js",
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
@@ -70,6 +69,9 @@
"@angular/platform-browser": "~4.1.3",
"@angular/platform-browser-dynamic": "~4.1.3",
"@angular/router": "~4.1.3",
"@microsoft/applicationinsights-web": "^2.6.4",
"@vscode/sqlite3": "4.0.12",
"@vscode/vscode-languagedetection": "1.0.18",
"angular2-grid": "2.0.6",
"ansi_up": "^3.0.0",
"applicationinsights": "1.0.8",
@@ -84,8 +86,8 @@
"iconv-lite-umd": "0.6.8",
"jquery": "3.5.0",
"jschardet": "3.0.0",
"mark.js": "^8.11.1",
"keytar": "7.2.0",
"mark.js": "^8.11.1",
"minimist": "^1.2.5",
"native-is-elevated": "0.4.3",
"native-keymap": "2.2.1",
@@ -103,17 +105,19 @@
"sudo-prompt": "9.2.1",
"tas-client-umd": "0.1.4",
"turndown": "^7.0.0",
"v8-inspect-profiler": "^0.0.20",
"turndown-plugin-gfm": "^1.0.2",
"v8-inspect-profiler": "^0.0.21",
"vscode-oniguruma": "1.5.1",
"vscode-proxy-agent": "^0.11.0",
"vscode-regexpp": "^3.1.0",
"vscode-ripgrep": "^1.11.3",
"vscode-sqlite3": "4.0.11",
"vscode-ripgrep": "^1.12.0",
"vscode-textmate": "5.4.0",
"xterm": "4.13.0-beta.1",
"xterm-addon-search": "0.9.0-beta.2",
"xterm-addon-unicode11": "0.3.0-beta.5",
"xterm-addon-webgl": "0.11.1",
"xterm": "4.14.0-beta.21",
"xterm-addon-search": "0.9.0-beta.4",
"xterm-addon-serialize": "0.6.0-beta.7",
"xterm-addon-unicode11": "0.3.0-beta.6",
"xterm-addon-webgl": "0.12.0-beta.10",
"xterm-headless": "4.14.0-beta.11",
"yauzl": "^2.9.2",
"yazl": "^2.4.3",
"zone.js": "^0.8.4"
@@ -141,7 +145,7 @@
"@types/trusted-types": "^1.0.6",
"@types/vscode-windows-registry": "^1.0.0",
"@types/webpack": "^4.41.25",
"@types/wicg-file-system-access": "^2020.9.1",
"@types/wicg-file-system-access": "^2020.9.2",
"@types/windows-foreground-love": "^0.3.0",
"@types/windows-mutex": "^0.4.0",
"@types/windows-process-tree": "^0.2.0",
@@ -160,8 +164,9 @@
"cssnano": "^4.1.11",
"debounce": "^1.0.0",
"deemon": "^1.4.0",
"electron": "12.0.7",
"electron": "13.1.8",
"eslint": "6.8.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "^19.1.0",
"eslint-plugin-mocha": "8.0.0",
"event-stream": "3.3.4",
@@ -213,7 +218,8 @@
"opn": "^6.0.0",
"optimist": "0.3.5",
"p-all": "^1.0.0",
"playwright": "1.8.0",
"path-browserify": "^1.0.1",
"playwright": "1.12.3",
"pump": "^1.0.1",
"queue": "3.0.6",
"rcedit": "^1.1.0",
@@ -225,20 +231,21 @@
"source-map-support": "^0.3.2",
"style-loader": "^1.0.0",
"temp-write": "^3.4.0",
"ts-loader": "^6.2.1",
"ts-loader": "^9.2.3",
"tsec": "0.1.4",
"typemoq": "^0.3.2",
"typescript": "^4.4.0-dev.20210607",
"typescript": "^4.5.0-dev.20210817",
"typescript-formatter": "7.1.0",
"underscore": "^1.12.1",
"util": "^0.12.4",
"vinyl": "^2.0.0",
"vinyl-fs": "^3.0.0",
"vscode-debugprotocol": "1.47.0",
"vscode-debugprotocol": "1.48.0",
"vscode-nls-dev": "^3.3.1",
"vscode-telemetry-extractor": "^1.8.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-stream": "^5.2.1",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-stream": "^6.1.2",
"xml2js": "^0.4.17",
"yaserver": "^0.2.0"
},