About 8,650,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. Change the default terminal in Visual Studio Code

    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 …

  3. 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 …

  4. 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.

  5. virtualenv - Jupyter notebooks in Visual Studio Code does not use …

    When using python files in vscode, you would get a select interpreter option usually in the bottom right navbar. First select your local environment from there, this would allow vscode to formally …

  6. 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.

  7. How to switch text case in Visual Studio Code - Stack Overflow

    How does one switch the case of highlighted text in Visual Studio Code? Visual Studio allows this via Ctrl + Shift + U and Ctrl + U. Is there a command binding that I can set up to do this, or is i...

  8. Is there any way to set environment variables in Visual Studio Code?

    Feb 3, 2018 · VSCode creates an empty shell to execute the commands. And it WON'T use the profile/settings of the current user for shell initialization. That's why our user environment …

  9. Changing the Git user inside Visual Studio Code - Stack Overflow

    The user for my Git commits has changed, but I am not able to change that inside of Visual Studio Code. I changed the global settings in Git, but when I want to push or sync via Visual Studio …

  10. VS Code Remote SSH Connection not working - Stack Overflow

    Sep 23, 2020 · Im trying to setup vscode with the remote developement extensions on a second pc. While it works on my main one it doesnt on the second one. Tried reinstalling vscode, …