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

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

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

    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 …

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

  5. How to use VS Code as merge and diff tool in SourceTree?

    Visual Studio and other tools like Sourcetree synchronize with current repository state so when you checkout to branch or make commit in other tool it displays in Visual Studio and vice versa.

  6. How do I install pandas into Visual Studio Code? - Stack Overflow

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.

  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 …

  8. Use Visual Studio Code as a Git diff tool - Stack Overflow

    Nov 23, 2023 · Visual Studio Code has a nice built-in feature to diff two files. Is it possible to use Visual Studio Code diff as the diff tool for Git?

  9. How do I change VS Code Settings to use JetBrains Mono Font

    Jan 17, 2020 · I had to also restart Visual Studio Code for the change to take place.

  10. How to use git graph in vs code? - Stack Overflow

    Oct 5, 2022 · 9 I am doing a git course and the git graph extension has been recommended to me. To my colleagues, the extension shows a graph with the different branches as follows: But …