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 1a1689c commit 26bc48cCopy full SHA for 26bc48c
Makefile
@@ -145,8 +145,8 @@ ifneq ($(npm_config_offline),true)
145
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit
146
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run check-licenses
147
endif
148
- cd integration/vscode/ada; LD_LIBRARY_PATH= npm run cilint
149
cd integration/vscode/ada; LD_LIBRARY_PATH= npm run compile
+ cd integration/vscode/ada; LD_LIBRARY_PATH= npm run cilint
150
@echo Now run:
151
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
152
0 commit comments