Category "vscode-settings"

How to update C# version in Visual Studio Code?

I have installed C# extensions, my .NET framework is updated, I just can't fix it.

Is there a way to make the terminal in VSCode take up the entire width of the application even if the sidebar is open?

Is there a way to make terminal span the entire width of the application without closing the sidenav? I use it quite a bit, and often I have to hide the sidenav

How to debug Ruby code on Visual Studio Code?

I am new to VSCode, however, I did download the required extensions as I read in a website. So far, I can't debug Ruby on VSCode, and I am not sure where the pr

VS Code Terminal opens, then crashes and disappears after pressing kill button

I get this error after I clicked "Kill terminal" in VS Code: "Unable to resolve your shell environment: Unexpected exit code from spawned shell (code null, sign

Prevent integrated terminal from opening automatically

Whenever I open a PowerShell script in VS Code, the integrated terminal opens. How can we prevent the integrated terminal from opening automatically. I have sea

How do I configure prettier to format tsx file which use styled component?

Here is what is expected after formatting my file : export const StyledDiv = styled.div<StyledDivProps>` width: 56px; height: 30px; `; And this i

Missing "Go to Definition" from VSCode menu

I am working on Typescript/Javascript project using VSCODE. I use to hover mouse on the method and can see the function definition, cmd + click go the definitio

How do I Change VSCode To Indent 4 Spaces Instead Of Default 2?

I have applied the below settings in VS Code to get 4 spaces indentation. But always when I open a new file, it switches back to 2 in the right-bottom corner.

vscode keyboard shortcut for launch configuration

In vscode, I have a launch.json with more than one configuration. Is there a way to assign a keyboard shortcut to a specific configuration?, I've not been able

What is the shortcut to auto indent code in VSCode?

I work with both C++ and Python, however ctrl+k f doesn't seem to auto-indent my code. Is there anything I might be missing? If I need to install an extension t

Couldn't start dlv dap

When I launch in VSCode dlv dap debug, I get this message: Couldn't start dlv dap: Error:timed out while waiting for DAP server to start I already have launch

VS-Code curious behaviour: Can't drop text dragged from browser into editor. Why is this?

My co-worker showed me a peculiar behaviour in VS-Code recently; when he tried to drag a code-snippet from the browser window into his editor, the editor change

Visual Studio Code keeps trying to use conda.exe while it has been uninstalled

I have uninstalled conda(Miniconda3) and VSCode, after which I installed python manually and reinstalled VSCode. However VSCode keeps trying to use conda.exe wh

Is there a way to sort Source Control Providers in VS Code?

I work with multiple Git repositories at once (30+ sometimes) in VS Code. Currently it's very difficult to visually find a specific repo in the Source Control

VS Code terminal appearing on the side and not the bottom

My VS Code Terminal/Problems/Output/Debug is appearing on the side like this - However, I want it to appear at the bottom like this - How do I make it appear

Is there a quick change tabs function in Visual Studio Code?

The current function of giving me a dropdown option of which tab to choose is just so annoying. Is there a possibility to remove it so the tabs would work like

VSCode breaks Django template tags with newline

Problem: {% extends 'base.html' %} {% block title %} Dashboard {% endblock %} {% block pagetitle %} becomes {% extends 'base.html' %} {% block title %} Dashboa

How to change indent guide line color between brackets in VSCODE?

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

VS Code - Configuration Properties - presentation order

Following this question from ~ 3 years ago, and linked Github issues that appear to have been worked on and closed in the 1.63 build onwards, I cannot get my pa

tmux in vscode - slow down scrolling speed

I am trying to tweak the scroll buffer or speed of tmux in Visual Studio Code At present, I have below lines in my ~/.tmux.conf which works fine in iTerm2 but d