mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 06:35:29 +00:00
* Revert "chore: update to electron 16 (#137241)" This reverts commit01df559c18. This reverts commit46301339b7* ci: fix remote compiler for sdl-scan * chore: fix remote/.yarnrc * chore: fix build/npm/postinstall.js * chore: rm crash reporter from shared process * chore: rm crash reporter from ext host * chore: fix build/lib/layersChecker.ts * :chore: preserve some more changes * fix tests Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
21 lines
470 B
JSON
21 lines
470 B
JSON
{
|
|
"name": "code-oss-dev-integration-test",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"compile": "node ../../../node_modules/typescript/bin/tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/node": "14.x",
|
|
"@types/optimist": "0.0.29",
|
|
"@types/rimraf": "^2.0.4",
|
|
"@types/tmp": "0.1.0",
|
|
"rimraf": "^2.6.1",
|
|
"tmp": "0.0.33",
|
|
"tree-kill": "1.2.2",
|
|
"vscode-uri": "^3.0.2"
|
|
}
|
|
}
|