visual-studio-code

Visual Studio Code source control not showing changes


Visual Studio Code source control panel is empty when I click on it. Nothing to expand and nothing to click on.

Things I've tried:


Solution

  • Open your project with cmd.

    > cd your-folder-location
    > code . -n
    

    It worked for me