About 6,500,000 results
Open links in new tab
  1. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · The .vscode folder is usually a hidden directory located in the root of your project folder. The .vscode folder typically appears in one of the following places: In the root of your …

  2. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · Have you tried reinstalling VSCode and re-enabling your python extension (e.g. ms-python.python) inside VSCode?

  3. How can I see local history changes in Visual Studio Code?

    Sep 14, 2022 · VSCode keeps some backp inside AppData, other have suggested the Checkpoints as well as built-in VSCode feature Timeline Also, you can do grep search inside …

  4. Change the default terminal in Visual Studio Code - Stack Overflow

    Jun 8, 2017 · To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want …

  5. How can I install VS Code extension manually? - Stack Overflow

    Feb 3, 2017 · I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded …

  6. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · In Vscode you can go to preferences > settings, then on the right menu click on the first icon which is JSON. Look for "python.pythonPath" and "python.defaultInterpreterPath" and …

  7. Visual Studio Code does not detect Virtual Environments

    Mar 30, 2021 · Type vscode in the file finder and remove all folders and files related to Visual Studio Code. Finally, install Visual Studio Code and enjoy the virtual environments.

  8. How do you switch between branches in Visual Studio Code with …

    When in the Visual Studio Code IDE, do the following: on the bottom left, press on the Git branch which will give a list: Select a ref to checkout select one of the branches of the remote branch.

  9. How to set up a new C++ project in VSCode? - Stack Overflow

    Oct 10, 2024 · VSCode with C/C++ extension by Microsoft installed. Now, here is how I run: First open Developer Command Prompt (search it in applications it should be installed alongside …

  10. How to troubleshoot some shortcuts not working properly in …

    Nov 20, 2019 · VSCode working properly before update. I didn't change anything on my OS. How do I check and allow VSCode to override OS shortcut?