Skip to content

Commit b5ff2ad

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents f72dc03 + 7f4d0a7 commit b5ff2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ clean:
120120
rm -rf integration/vscode/ada/$(PLATFORM)
121121

122122
vscode:
123-
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install && npm run compile
123+
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit && npm run compile
124124
@echo Now run:
125125
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
126126

0 commit comments

Comments
 (0)