Skip to content

docs: Add VS Code WSL extension install step for dev env setup #8314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ 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
Loading