We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84e1c21 + 77cd83f commit 7f4d0a7Copy full SHA for 7f4d0a7
Makefile
@@ -120,7 +120,7 @@ clean:
120
rm -rf integration/vscode/ada/$(PLATFORM)
121
122
vscode:
123
- cd integration/vscode/ada; LD_LIBRARY_PATH= npm install && npm run compile
+ cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit && npm run compile
124
@echo Now run:
125
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
126
0 commit comments