I've recently started using the Visual Studio Code editor. I'm really loving it, but there's one critical feature (for me) that I haven't been able to find. I
Normally VSC stores settings and user data in %appdata%\Code (and extensions in %userprofile%\.vscode. Is there a way to tell new instance to load some other p
I currently don't how was this enabled, but every time I have a file open in the editor with a function that requires some parameters, it show
How to move/dock the "Outline" Panel to the right of the editor 1. So we can have more "vertical" space in the left for the explorer...<br> 2. and also mo
I am new to Visual Studio. I have it set up with Git. When I have VS open, I keep on getting this error pop up: how do I get this to go away? I have tried runn
yesterday my laptop run out of battery it was late night and decided to not turn it on back. In the morning I ran into this issue Could you help me please. Can'
On my windows pc, I would just double click a folder and click "Open in VS Code" to a open a folder, which saved time for me when looking through lots of code o
Is there a way to configure VS Code in order to avoid padding, via format line (Shift + Alt + F)? For instance the first line after the if statement is empty (
debug=True is not working in VSCode. When I try to run it, I get this error: > Dash is running on http://127.0.0.1:8050/ > > * Serving Flask app 'Tes
If you look at the VS Code terminal - its too tiny. Here're the user settings that I have modified to create this result. I have searched how to change termina
Iam getting this in my visual studio code no matter how many time I try to reinstall it
I need to clean the contents of the terminal in Visual Studio Code. Every time I use Maven, the output of the terminal is attached to the previous build, which
(Using latest miniconda + VS Code on 64-bit Windows10:) After clean reinstalling VS Code, I can no longer launch jupyter notebook from within it. When I tried t
I have a problem with Gitlens extension. Firstly, Gitlens or Git History extension is working fine on any other project except the this Laravel project. My prob
How can I get VS Code to put me into the debugger at the point of failure when running tests with pytest? Pytest catches all errors and asserts, and VS code inv
Whenever I add attributes to html elements like 'class' or 'id', VSCode automatically input two double quotes right after I type '=': <div class='modal-heade
I have VSCode with the extension remote-ssh installed. I connect to a remote host by username and IdentityFile. To access certain files on the remote host, I ha
I'd like to switch to using VSCode full time, but the one thing keeping me on IntellijIDEA is its ability to view Go standard and all dependency libraries in Ex
I'm new to using maven and have a Project where I'm trying to create an instance of an object but keep getting the error: error: cannot find symbol Comm
I would like to change the color of the line between 2 brackets. Actually, I want this Here is what I would like Does anyone know how to do that? Many T