About 4,140,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 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...

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

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

  5. python - Visual Studio Code: FileNotFoundError: [Errno 2] No such …

    Jun 24, 2018 · Visual Studio Code: FileNotFoundError: [Errno 2] No such file or directory Asked 7 years, 5 months ago Modified 1 year, 11 months ago Viewed 72k times

  6. Prevent autocomplete in Visual Studio Code - Stack Overflow

    Oct 2, 2015 · I'm using the new Visual Studio Code. In a SQL file, any time you type case, it automatically adds end, as if you were building a case block. Even if you're in a comment, or …

  7. Show whitespace characters in Visual Studio Code

    May 9, 2015 · Is it possible to show whitespace characters, like the space character, in Visual Studio Code? There doesn't appear to be a setting for it (though it is one in several other code …

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

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

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