Skip to content

Commit

Permalink
docs: Add instruction to install VS Code extension for WSL in develop…
Browse files Browse the repository at this point in the history
…ment 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.
  • Loading branch information
smit9924 authored Aug 17, 2024
1 parent a69e122 commit a49aeec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ You develop CVAT under WSL (Windows subsystem for Linux) following next steps.
```powershell
wsl -d Ubuntu-18.04
```

- 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).
- Run all commands from this installation guide in WSL Ubuntu shell.
- You might have to manually start the redis server in wsl before you can start the configuration inside
Visual Studio Code. You can do this with `sudo service redis-server start`. Alternatively you can also
Expand Down

0 comments on commit a49aeec

Please sign in to comment.