Category "visual-studio-code"

VSCode - disable comments auto-formatting for C code

I just installed an extension prettier in vscode to autoformat my code. However all the comments in my code are being moved towards the left. Which I don't want

Is it possible to set lint custom settings and ignores for pylance

Previously when using pylint I have have used custom comment settings to ignore undefined vars when editing in vscode, for example: # Make pylint think that it

VS Code CSC : error CS1617: Invalid option '7.3' for /langversion

I downloaded VS 2017 15.7, .NET Core 2.1.2 and Blazor to try it out. It wasn't working in VS 2017 properly and thought I would try through the dotnet cli and V

The folder currently open doesn't have a git repository

I am working on a work PC which has a windows OS and I'm used to using ubuntu OS for rails development. I installed everything properly with wsl as ubuntu on VS

VScode complains that Java project has no explicit encoding set

I have been using vscode with no problems until recently. Now no errors show up, some variables never change color. And I have a constant error message: Projec

Method List in Visual Studio Code

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

Launch VSC with clean or custom profile

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

Disable field name description in vscode [duplicate]

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

Visual Studio Code move or dock the 'Outline panel' to the right side of the Editor

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

Visual Studio Code - access denied to unins000.exe

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

VS Code - wsl server closed unexpectedly

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'

Open a folder in vscode through Finder in macOS?

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

Block must not be padded by blank lines. (padded-blocks)

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 (

VSCode dash app.run_server(debug=True) not working - runs but says 'no module named <file name>' and does not load

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

My terminal in VS Code has a tiny font after installing zsh and changing font style

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

Unable to initialize Git; AggregateError(2) Error: Unable to find git Error: Unable to find git

Iam getting this in my visual studio code no matter how many time I try to reinstall it

How can I clear the terminal in Visual Studio Code?

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

Unable to start Jupyter notebook on VS Code

(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

Can`t see the file history in Gitlens (on a specific project)

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

VS Code / Python / Debugging pytest Test with the Debugger

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