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

  5. visual studio code - Atalhos de teclado do VSCode para …

    Jul 15, 2019 · No VSCode não estou conseguindo executar alguns atalhos. O atalho de comentários, por exemplo, não funciona. O atalho seria Ctrl+/, porém todos os atalhos que …

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

  9. How can I see local history changes in Visual Studio Code?

    Sep 14, 2022 · There isn’t any option in Visual Studio Code to see file history. If you are using Git, then you can use Visual Studio Code extension Git History to see the file changes after each …

  10. Find a file by name in Visual Studio Code - Stack Overflow

    Sep 18, 2015 · How can I find a file by name (or path) in Visual Studio Code? A Visual Studio shortcut I'm used to is CTRL+,, but it does not work here.