
How to change indentation in Visual Studio Code?
Dec 9, 2015 · For every typescript file visual studio code uses an auto indentation of 8 spaces. This is a bit too much for my taste but I can't find where to change it. Maybe it's available as a setting but un...
How can I download .vsix files now that the Visual Studio Code ...
Jan 16, 2025 · How can I download .vsix files now that the Visual Studio Code Marketplace no longer supplies them in-browser? [closed] Asked 1 year, 3 months ago Modified 8 months ago Viewed 92k …
python - How can I activate my virtualenv in the Visual Studio Code ...
Jul 13, 2022 · How can I activate my virtual environment in the Visual Studio Code terminal? I've tried using the workspace settings method, but the settings file was empty.
Jupyter Notebook extension Visual Studio Code stuck "connecting to ...
Oct 18, 2025 · However, after being away for two days, when I opened my project again and tried to run my code starting with importing pandas in the Interactive Window, it kept getting stuck at "Connecting …
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.
Git rebase in Visual Studio Code - Stack Overflow
Sep 8, 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 …
How do you switch between branches in Visual Studio Code with Git ...
I am trying to workout how branching works in Visual Studio Code and Git. Previously I've worked with TFS which was pretty simple - you create a branch and this is all stored in a separate folder o...
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 sele...
Change highlight text color in Visual Studio Code
Visual Studio Code calls this selection highlighting and unfortunately, I don't think the color is customizable currently. Themes can control the 'selection' color, but the 'selection highlight' color is …
Visual Studio Code - Remove blank lines from code
Jun 23, 2018 · I use Visual Studio Code as my preferred text editor and I have ran into a problem with regards to the formatting. I have copied code from one file and pasted into another, however when I …