File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11151115 ]
11161116 },
11171117 "scripts" : {
1118- "build" : " NODE_OPTIONS=--openssl-legacy-provider gulp" ,
1118+ "build" : " gulp" ,
11191119 "watch" : " npm-run-all -p watch:*" ,
1120- "watch:extension" : " NODE_OPTIONS=--openssl-legacy-provider tsc --watch" ,
1121- "watch:webpack" : " NODE_OPTIONS=--openssl-legacy-provider gulp watchView" ,
1122- "watch:css" : " NODE_OPTIONS=--openssl-legacy-provider gulp watchCss" ,
1120+ "watch:extension" : " tsc --watch" ,
1121+ "watch:webpack" : " gulp watchView" ,
1122+ "watch:css" : " gulp watchCss" ,
11231123 "test" : " mocha --exit -r ts-node/register test/pure-tests/**/*.ts" ,
1124- "preintegration" : " rm -rf ./out/vscode-tests && npm run build " ,
1124+ "preintegration" : " rm -rf ./out/vscode-tests && gulp " ,
11251125 "integration" : " node ./out/vscode-tests/run-integration-tests.js no-workspace,minimal-workspace" ,
11261126 "cli-integration" : " npm run preintegration && node ./out/vscode-tests/run-integration-tests.js cli-integration" ,
11271127 "update-vscode" : " node ./node_modules/vscode/bin/install" ,
You can’t perform that action at this time.
0 commit comments