Added warning about using WSL on Windows. (#921)

* Added warning about using WSL on Windows.

* Update docs/contributing/CONTRIBUTING.md

Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>

* Update docs/contributing/CONTRIBUTING.md

* Update docs/contributing/CONTRIBUTING.md

Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
This commit is contained in:
James Stout 2022-09-12 11:17:23 -07:00 committed by GitHub
parent 2ad1c2e016
commit 4b38d4cefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ extension](#running--testing-extension-locally), you may want to check out the
### Steps
1. Clone [`cursorless`](https://github.com/cursorless-dev/cursorless)
2. Open the newly created `cursorless` directory in VSCode
2. Open the newly created `cursorless` directory in VSCode. If you're on Windows, don't use WSL (see [#919](https://github.com/cursorless-dev/cursorless/issues/919) for discussion / workaround).
3. Run the following in the terminal:
```bash