Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit ab9e9a3

Browse files
amungerCopilot
andauthored
Update WSL setup note in CONTRIBUTING.md (#1165)
* Update WSL setup note in CONTRIBUTING.md Added link to VS Code setup instructions for WSL support. * Update CONTRIBUTING.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 733cb4b commit ab9e9a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Please include the following with each issue:
8080

8181
**Tip:** If "Launch Copilot Extension - Watch Mode" doesn't work for you, try using the "Launch Copilot Extension" debug configuration instead.
8282

83-
**Note:** Setup and running under Windows Subsystem for Linux (WSL) is supported.
83+
**Note:** Setup and running under Windows Subsystem for Linux (WSL) is supported by following the [VS Code setup instructions](https://github.com/microsoft/vscode/wiki/Selfhosting-on-Windows-WSL).
8484

8585
### Testing
8686
If you hit errors while running tests, ensure that you are using the correct Node version and that git lfs is properly installed (run `git lfs pull` to validate).
@@ -493,4 +493,4 @@ Object.assign(product, {
493493
}
494494
});
495495
}
496-
```
496+
```

0 commit comments

Comments
 (0)