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.
1 parent 84e1c21 commit 77cd83fCopy full SHA for 77cd83f
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