diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d35a038ab85..456705f50f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed dextr deployment () - Migration of `dataset_repo` application () - Helm settings for external psql database were unused by backend () +- Updated WSL setup for development () ### Security diff --git a/site/content/en/docs/contributing/development-environment.md b/site/content/en/docs/contributing/development-environment.md index bd51c0f1351a..a834d16f1478 100644 --- a/site/content/en/docs/contributing/development-environment.md +++ b/site/content/en/docs/contributing/development-environment.md @@ -110,3 +110,6 @@ You develop CVAT under WSL (Windows subsystem for Linux) following next steps. ``` - 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` + - You can also use a redis docker image instead of using the redis-server locally. \ No newline at end of file