You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-explore/clients/vscode/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,3 +70,8 @@ npm test
70
70
- If extension installation fails with an EPERM rename, delete `clients/vscode/.vscode-test/extensions` and rerun.
71
71
- LSP smoke tests expect files under `test-explore/vbnet-lsp/fixtures`; if you set `FIXTURE_WORKSPACE` elsewhere, keep `SKIP_VBNET_SMOKE=1` to avoid standalone-document failures.
72
72
73
+
## WSL notes
74
+
75
+
- The harness will download the Linux VS Code build into `clients/vscode/.vscode-test` on first run.
76
+
- Debug tests require a Linux `netcoredbg` binary **and** its sibling `libdbgshim.so`. If these are not installed, set `SKIP_VBNET_DEBUG=1` or provide `NETCOREDBG_PATH` in WSL.
0 commit comments