File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,10 @@ pushd integration/vscode/ada
23
23
sed -i -e " /version/s/[0-9][0-9.]*/$TAG /" package.json
24
24
[ -z " $DEBUG " ] || sed -i -e ' /^ "name"/s/ada/ada-debug/' \
25
25
-e ' /displayName/s/Ada/Ada (with debug info)/' package.json
26
+
27
+ npm -v; node -v; which node
26
28
npm install
27
- sudo npm install -g vsce --unsafe-perm
29
+ sudo npm install -g @vscode/ vsce --unsafe-perm
28
30
sudo npm install -g esbuild --unsafe-perm
29
31
make_change_log > CHANGELOG.md
30
32
if [[ ${GITHUB_REF##*/ } = 2* .[0-9]* .[0-9]* ]] ; then
Original file line number Diff line number Diff line change 569
569
},
570
570
"scripts" : {
571
571
"vscode:prepublish" : " npm run esbuild-base -- --minify" ,
572
- "esbuild-base" : " esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node" ,
572
+ "esbuild-base" : " esbuild ./src/extension.ts --bundle --outfile=out/src/ extension.js --external:vscode --format=cjs --platform=node" ,
573
573
"compile" : " node ./node_modules/typescript/bin/tsc" ,
574
574
"watch" : " node ./node_modules/typescript/bin/tsc -watch" ,
575
575
"pretest" : " npm run compile" ,
You can’t perform that action at this time.
0 commit comments