Skip to content

Commit

Permalink
Merge branch 'topic/vscode-fix-win-testing' into 'master'
Browse files Browse the repository at this point in the history
Fix VS Code testing on Windows

See merge request eng/ide/ada_language_server!1620
  • Loading branch information
eliericha committed Aug 8, 2024
2 parents 74cf0b9 + d519191 commit 5c940b2
Show file tree
Hide file tree
Showing 6 changed files with 1,323 additions and 746 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ endif

vscode-test:
# Run the VS Code integration testsuite.
cd integration/vscode/ada; MOCHA_ALS_UPDATE=$(MOCHA_ALS_UPDATE) LD_LIBRARY_PATH= python vscode-test-win-workaround.py npm run test
cd integration/vscode/ada; MOCHA_ALS_UPDATE=$(MOCHA_ALS_UPDATE) LD_LIBRARY_PATH= npm run test

vscode-package:
cd integration/vscode/ada; LD_LIBRARY_PATH= $(VSCE) package
Expand Down
Loading

0 comments on commit 5c940b2

Please sign in to comment.