From 4b38d4cefaba4a39ee44460d020c3b950d310427 Mon Sep 17 00:00:00 2001 From: James Stout Date: Mon, 12 Sep 2022 11:17:23 -0700 Subject: [PATCH] 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 * Update docs/contributing/CONTRIBUTING.md * Update docs/contributing/CONTRIBUTING.md Co-authored-by: David Vo Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com> --- docs/contributing/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/CONTRIBUTING.md b/docs/contributing/CONTRIBUTING.md index ebeba5b06..c1dace85c 100644 --- a/docs/contributing/CONTRIBUTING.md +++ b/docs/contributing/CONTRIBUTING.md @@ -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