Global web icon
stackoverflow.com
https://stackoverflow.com/questions/56859959/how-t…
How to find and change Java compiler option in Visual Studio Code?
I am new to Visual Studio Code (VSC) and I come from Eclipse. VSC tells me 2 errors on my project: Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspac...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/53308870/how-t…
visual studio code - How to create a workspace - Stack Overflow
Even then VSC will auto save workspace settings for the folder internally when you haven't explicitly made the project folder a workspace. Do you need a workspace and the extra .code-workspace file involved? If you have multiple root folders it's certainly nice to open the workspace and have those all there in your next session.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42318673/chang…
Changing the Git user inside Visual Studio Code - Stack Overflow
The user for my Git commits has changed, but I am not able to change that inside of Visual Studio Code. I changed the global settings in Git, but when I want to push or sync via Visual Studio Code ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/66869413/visua…
Visual Studio Code does not detect Virtual Environments
Visual Studio Code does not detect virtual environments. I run vscode in the folder where the venv folder is located, when I try to select the kernel in vscode I can see the main environment and one
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/30037808/multi…
Multiline editing in Visual Studio Code - Stack Overflow
Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at one ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/37899765/how-c…
How can I view the Git history in Visual Studio Code?
I can execute various Git commands from Visual Studio Code, however I couldn't find a way to visualize the history.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/38648772/in-vi…
In Visual Studio Code How do I merge between two local branches?
In Visual Studio Code it seems that I am only allowed to push, pull and sync. There is documented support for merge conflicts but I can't figure out how to actually merge between two branches. The ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/30139597/visua…
Visual Studio Code - is there a Compare feature like that plugin for ...
I have Visual Studio Code version 1.27.2 and can do this: Compare two files Drag and drop the two files into Visual Studio Code Select both files and select Select for Compare from the context menu Then you see the diff With Alt + F5 you can jump to the next diff Compare two in-memory documents or tabs Sometimes, you don't have two files but want to copy text from somewhere and do a quick diff ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/40185437/no-mo…
No module named 'numpy': Visual Studio Code - Stack Overflow
import numpy as np ImportError: No module named 'numpy' Also, is there python interactive window in VS Code? How to open it.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/47602151/how-t…
How to change interpreter in Visual Studio Code? - Stack Overflow
It is really important to have as much flexible setting in Visual Studio Code (VSC). The problem is that I have no idea how to set VSC terminal to run code in Python 2.x. Terminal output is needed because it allows to provide user input easily.