Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sqlops",
"version": "0.28.0",
"version": "0.28.1",
"distro": "8c3e97e3425cc9814496472ab73e076de2ba99ee",
"author": {
"name": "Microsoft Corporation"
@@ -18,6 +18,7 @@
"gulp": "gulp --max_old_space_size=4096",
"7z": "7z",
"update-grammars": "node build/npm/update-all-grammars.js",
"update-localization-extension": "node build/npm/update-localization-extension.js",
"smoketest": "cd test/smoke && mocha"
},
"dependencies": {
@@ -33,12 +34,8 @@
"@angular/upgrade": "~4.1.3",
"angular2-grid": "2.0.6",
"angular2-slickgrid": "git://github.com/Microsoft/angular2-slickgrid.git#1.3.11",
"applicationinsights": "0.17.1",
"applicationinsights": "0.18.0",
"chart.js": "^2.6.0",
"core-js": "^2.4.1",
"emmet": "ramya-rao-a/emmet#vscode",
"error-ex": "^1.3.0",
"escape-string-regexp": "^1.0.2",
"fast-plist": "0.1.2",
"fs-extra": "^3.0.1",
"gc-signals": "^0.0.1",
@@ -51,31 +48,28 @@
"jquery": "3.1.0",
"jschardet": "1.6.0",
"keytar": "^4.0.5",
"make-error": "^1.1.1",
"minimist": "1.2.0",
"moment": "^2.15.1",
"native-is-elevated": "^0.2.1",
"native-keymap": "1.2.5",
"native-watchdog": "0.3.0",
"ng2-charts": "^1.6.0",
"node-pty": "0.7.4",
"nsfw": "1.0.16",
"pretty-data": "^0.40.0",
"pty.js": "https://github.com/Tyriar/pty.js/tarball/c75c2dcb6dcad83b0cb3ef2ae42d0448fb912642",
"reflect-metadata": "^0.1.8",
"rxjs": "5.4.0",
"semver": "4.3.6",
"slickgrid": "github:anthonydresser/SlickGrid#2.3.16",
"spdlog": "0.3.7",
"spdlog": "0.6.0",
"svg.js": "^2.2.5",
"systemjs": "0.19.40",
"underscore": "^1.8.3",
"sudo-prompt": "^8.0.0",
"v8-inspect-profiler": "^0.0.7",
"vscode-chokidar": "1.6.2",
"vscode-debugprotocol": "1.25.0",
"vscode-ripgrep": "^0.6.0-patch.0.5",
"vscode-debugprotocol": "1.27.0",
"vscode-ripgrep": "0.7.1-patch.0.1",
"vscode-textmate": "^3.2.0",
"vscode-xterm": "3.2.0-beta7",
"winreg": "1.2.0",
"xterm": "Tyriar/xterm.js#vscode-release/1.19",
"yauzl": "2.8.0",
"zone.js": "^0.8.4"
},
@@ -87,7 +81,9 @@
"@types/semver": "5.3.30",
"@types/sinon": "1.16.34",
"@types/winreg": "^1.2.30",
"asar": "^0.14.0",
"azure-storage": "^0.3.1",
"chromium-pickle-js": "^0.2.0",
"clean-css": "3.4.6",
"coveralls": "^2.11.11",
"cson-parser": "^1.3.3",
@@ -136,23 +132,23 @@
"mocha-junit-reporter": "^1.13.0",
"object-assign": "^4.0.1",
"optimist": "0.3.5",
"p-all": "^1.0.0",
"pump": "^1.0.1",
"queue": "3.0.6",
"remap-istanbul": "^0.6.4",
"rimraf": "^2.2.8",
"sinon": "^1.17.2",
"source-map": "^0.4.4",
"tslint": "^5.8.0",
"tslint": "^5.9.1",
"typemoq": "^0.3.2",
"typescript": "2.6.1",
"typescript-formatter": "4.0.1",
"uglify-es": "^3.0.18",
"uglify-js": "mishoo/UglifyJS2#harmony-v2.8.22",
"underscore": "^1.8.3",
"vinyl": "^0.4.5",
"vinyl-fs": "^2.4.3",
"vsce": "1.33.2",
"vscode-nls-dev": "^2.0.1"
"vscode-nls-dev": "3.0.7"
},
"repository": {
"type": "git",
@@ -164,7 +160,6 @@
"optionalDependencies": {
"windows-foreground-love": "0.1.0",
"windows-mutex": "^0.2.0",
"windows-process-tree": "0.1.6",
"fsevents": "0.3.8"
"windows-process-tree": "0.1.6"
}
}
}