About 3,370,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 - Multirow Tabs for VSCode - Stack Overflow

    Oct 31, 2020 · I do the following for multirow tabs in visual-studio-code (until there is official support or an easier solution): STEP 1: Install the extension VSCode Custom CSS.

  3. What is a 'workspace' in Visual Studio Code? - Stack Overflow

    For example, Visual Studio Code talks about applying settings at the user level vs the workspace level. On the one hand, it could refer to a project directory that you have opened; or it could ref...

  4. visual studio code - Make selected block of text uppercase - Stack …

    Jan 17, 2017 · Can I make a multi-line selection of text all capitals in Visual Studio Code? In Visual Studio, it’s Ctrl + Shift + U to do this. The desire here is to have the same key binding …

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

  6. Multiline editing in Visual Studio Code - Stack Overflow

    This action in Visual Studio Code is called "Add Cursors to Line Ends". This was tested in Visual Studio Code 1.77.0 (April 2023) and works on both Windows and Mac. Here is the way: Select …

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

    Jan 9, 2019 · In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went …

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

    63 Generally, Visual Studio Code uses the GitHub credentials from the system's credential manager. It doesn't store it anywhere in the settings. As question says, Changing the Git user …

  9. vs code not opening up in windows - Stack Overflow

    May 10, 2020 · Visual studio code recently disabled access to unc (windows network drive) paths by default, unless they are on an allow-list. I suspect there's a bug where if your windows user …

  10. visual studio code - How can I export settings? - Stack Overflow

    How is it possible to export all Visual Studio Code settings and plugins and import them to another machine?