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 29d470d commit c78506bCopy full SHA for c78506b
Makefile
@@ -122,7 +122,7 @@ clean:
122
rm -rf integration/vscode/ada/$(PLATFORM)
123
124
vscode:
125
- cd integration/vscode/ada; npm install && npm run compile
+ cd integration/vscode/ada; LD_LIBRARY_PATH= npm install && npm run compile
126
@echo Now run:
127
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
128
0 commit comments