About 3,580,000 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual Studio ...

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

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

    When using Git at the command line, I am wondering if it is possible to use Visual Studio Code as the default editor, i.e., when creating commit comments and looking at a diff of a file from the co...

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

    As of June 27, 2023, it is possible to have two users active at once in both Visual Studio and Visual Studio Code, using the latest release of Git-Credential-Manager (aka GCM) version (2.2.0).

  4. visual studio code - How to use ``OUTPUT`` in VSCode? - Stack Overflow

    Jul 19, 2020 · 11 to run code in the output section of visual studio code you can use the extension Code Runner just install, then press CTRL + ALT + N to run the file (supports c++ & python)

  5. visual studio code - How to use GitHub Copilot for multiple files ...

    Jun 19, 2023 · GitHub's code search index, if the workspace is a GitHub repository and indexed by code search Symbols and definitions in the workspace Currently selected text or visible text in the active …

  6. Visual Studio Code how to resolve merge conflicts with git?

    Jul 6, 2016 · In Visual Studio Code (version 1.2.1) I resolved all of the issues, however when I try to commit it keeps giving me this message: You should first resolve the un-merged changes before …

  7. Python - How to show graph in Visual Studio Code itself?

    Apr 24, 2018 · Instead of using a Jupyter notebook you can use Visual Studio Code in Interactive mode. It is similar to a notebook in many ways, as it splits your code into cells that can be run individually.

  8. How to use Visual Studio Code as the default editor for Git MergeTool ...

    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 have …

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

    Aug 30, 2022 · b. Demo use. The uses permitted above include use of the software in demonstrating your applications. Does item "b. Demo use." limits the item "a. General."? So is it allowed to use …

  10. How can I customize the tab-to-space conversion factor in VS Code?

    Apr 30, 2015 · How do I customize the tab-to-space conversion factor when using Visual Studio Code? For instance, right now in HTML it appears to produce two spaces per press of TAB, but in …