I want to use various shells in VSCode terminal, eg. Git Bash. I can set it in settings.json with terminal.integrated.shell.windows, but if I select CMD as defa
For an extension I am working on, our end-users would prefer to have options such as word-wrap on by default. We would like to be able to set this at the langua
As you might know some browsers already support CSS Cascade Layers (https://caniuse.com/?search=%40layer). The main keyword of this feature is @layer. Unfortuna
I need some functions like: VS Code -> F1 (open Command Palette) -> OpenFileFeature: /home/user/blablabla/code.py -> (Enter) -> (file opened in edi
Not sure what's up with VSCode after updating to Version 1.10.2 VSCode is appending weird characters automatically after saving the file. If I try to open th
eCSSTractor does not work with react jsx syntax. doesn't translate "className" elements in css. In setting.JSON written rule - "ecsstractor_port.attributes"
I am looking to fold the className attribute in my react app, as I am using tailwindcss and thus the classNames get quite long, cluttering my files. I've come a
How can I add a custom style for the background of the opened file (the pale-grey behind fetch.js):
I have installed C# extensions, my .NET framework is updated, I just can't fix it.
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
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
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
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
Here is what is expected after formatting my file : export const StyledDiv = styled.div<StyledDivProps>` width: 56px; height: 30px; `; And this i
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
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.
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
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
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
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