Skip to content
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

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

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Aug 17, 2024

  1. docs: Add instruction to install VS Code extension for WSL in develop…

    …ment setup guide (cvat-ai#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 cvat-ai#8313.
    smit9924 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a49aeec View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. docs: Fix line length and add VS Code WSL extension step

    Fixed the issue of lines exceeding the 120-character limit by splitting them into separate lines. Added a step to install the VS Code WSL extension in the development environment setup documentation.
    
    Co-authored-by: Andrey Zhavoronkov <andrey@cvat.ai>
    smit9924 and azhavoro committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    df8ba7c View commit details
    Browse the repository at this point in the history