About 1,430,000 results
Open links in new tab
  1. 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...

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

  3. Android app development, with Visual Studio Code

    Jul 25, 2023 · I want to create and build mobile apps using Visual Studio Code. I have the environment for Node.js, Java, and Python installed. I don’t have any idea on how to use these to create and build …

  4. Git rebase in Visual Studio Code - Stack Overflow

    Jul 17, 2018 · I don't think Visual Studio Code has Git rebase functionality built-in. If you want to do your rebasing in Visual Studio Code instead with the git command-line tool or with a Git GUI, you can …

  5. 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).

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

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

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

    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. Is it possible to write Excel VBA Code in Visual Studio

    Apr 19, 2014 · However, you can write VSTO (Visual Studio Tools for Office) managed add-ins for Excel using Visual Studio. The following MSDN page covers both developing with VBA and VSTO. Excel …

  10. How to use VSCode to remotely edit website files? - Stack Overflow

    Click on File Editing, and set the radio button to use Custom Editor In the text field below you need to enter the full path to Visual Studio Code, this is usually found in the /usr/bin/ directory, so you need to …