About 9,320,000 results
Open links in new tab
  1. How to use Visual Studio Code as the default editor for Git …

    Jun 14, 2017 · Today I was trying to use the git mergetool on the Windows command prompt and realized that it was defaulting to use Vim, which is cool, but I'd prefer VS Code. How can I …

  2. Activating Anaconda Environment in VsCode - Stack Overflow

    I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific environment when running my python script?

  3. I have 2 GitHub accounts. How can I use both when I am working …

    Jun 28, 2020 · I use V.S. Code for both company & personal projects, and I was hoping to find an answer to the following question. Is it possible to log into two GitHub accounts at the same …

  4. How do I use Qt in Visual Studio Code? - Stack Overflow

    May 15, 2017 · I'm using Linux Mint 18, and the Visual Studio Code marketplace doesn't list an extension for Qt.

  5. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · The .vscode folder has JSON objects that content properties such "setting.json", in which one declare the interpreter to use at that the ".vscode" level (refer to What is a …

  6. How can I use Visual Studio Code as the default editor for Git?

    For what I understand, VSCode is not in AppData anymore. So Set the default git editor by executing that command in a command prompt window: git config --global core.editor …

  7. Microsoft Visual Studio Code license to use - Stack Overflow

    Aug 30, 2022 · I requested Microsoft support to get the "official answer", I can't share it, because it's for internal company purpose, but, in general as I understood the Visual Studio Code …

  8. How do I use Bash on Windows from the Visual Studio Code …

    Mar 5, 2017 · Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?

  9. Find and replace with a newline in Visual Studio Code

    May 20, 2015 · With VS Code release 1.30 you can type Shift + Enter in the search box to add a newline character without needing to use regex mode. Since VS Code release 1.3, the regex …

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