Skip to content

Commit a49aeec

Browse files
authored
docs: Add instruction to install VS Code extension for WSL in development setup guide (#8313)
- This commit adds a step to the CVAT development setup guide for users working with WSL (Windows Subsystem for Linux). The added instruction guides users to install the VS Code extension for WSL, ensuring that Visual Studio Code opens correctly inside the WSL environment. - This change addresses an issue where users might encounter a 'DEBUG STOPPED' error if the extension is not installed, improving the overall setup experience. - Related to issue #8313.
1 parent a69e122 commit a49aeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/en/docs/contributing/development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ You develop CVAT under WSL (Windows subsystem for Linux) following next steps.
234234
```powershell
235235
wsl -d Ubuntu-18.04
236236
```
237-
237+
- Install the VS Code extension for WSL, which helps you to open VS Code correctly inside WSL. You can find the extension [here](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl).
238238
- Run all commands from this installation guide in WSL Ubuntu shell.
239239
- You might have to manually start the redis server in wsl before you can start the configuration inside
240240
Visual Studio Code. You can do this with `sudo service redis-server start`. Alternatively you can also

0 commit comments

Comments
 (0)