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 f72dc03 + 7f4d0a7 commit b5ff2adCopy full SHA for b5ff2ad
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