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