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>
This commit is contained in:
Aaron Munger 2025-09-27 10:05:37 -07:00 committed by GitHub
parent 42e7dee83a
commit 689c360b9e

View File

@ -80,7 +80,7 @@ Please include the following with each issue:
**Tip:** If "Launch Copilot Extension - Watch Mode" doesn't work for you, try using the "Launch Copilot Extension" debug configuration instead.
**Note:** Setup and running under Windows Subsystem for Linux (WSL) is supported.
**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).
### Testing
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, {
}
});
}
```
```