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

  2. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Visual Studio Code is a simpler and more efficient code editor with support for development operations like debugging, task running, and version control. It aims to provide …

  3. visual studio - My vsc code disappeared and I have no idea why or …

    Jan 23, 2022 · Also, I have found this thread Visual Studio Code updating woes, where it is suggested to disable option update.enableWindowsBackgroundUpdates. I am giving it a try.

  4. visual studio code - See HTML preview on side tab in VSCode

    Jun 16, 2021 · How can I see the HTML code live preview on the side tab in the VSCode editor? end result I want: CSS, js, PHP, etc should also work in the preview.

  5. How to indent/format a selection of code in Visual Studio Code?

    I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when …

  6. The Run button in VS Code don't show up [Python]

    Apr 30, 2021 · Search for Python in Microsoft Visual Studio Code's Extension: Marketplace and hit on install. Search for Jupyter in Microsoft Visual Studio Code's Extension: Marketplace and …

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

    Jan 9, 2019 · Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that …

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

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

    A Visual Studio Code "workspace" is the collection of one or more folders that are opened in a VS Code window (instance). In most cases, you will have a single folder opened as the workspace …

  10. How can I globally set the PATH environment variable in VS Code ...

    Visual Studio Code is the problem. No matter how you set your PATH variable in the shell, there are cases where Visual Studio Code will not inherit your PATH setting.