Visual Studio Code – Change visual indentation in VSCode?
Is there a option or plugin for vscode that allows to stretch current indentation to make it more readable without changing n tabs/spaces setting of project/global?
Is there a option or plugin for vscode that allows to stretch current indentation to make it more readable without changing n tabs/spaces setting of project/global?
Trying to get this set up on windows, what a pain! Not flutter's fault, but having to install android studio, android SDK, java SDK, emulators, etc., etc. Ouch. I'm currently stuck trying to get an emulator to work. In android…
I want to change a few icons in the default VS Code icon theme (I have the SVGs) Is it possible to do this? (or would I need to fork the theme and manually place the icons in?)
I've created a virtual environment using venv and I'm using such environment in Visual Studio Code to run a jupyter notebook. Now, my code stops running and from the log I can read 2 warnings: one of which is warning:…
Unless I disable the Prettier extension for my SvelteKit project, VS Code gradually gets slower and slower until it's unusable and saving a small file can take up to 30 seconds. Disabling the extension resolved the issue. I'm using VS…
Is there a way to get the old terminal back in VScode ,as VScode always open new terminsl when we reopen? Reopening of terminal with all previous commands, so that I will not loose the old session outputs of old…
In relation to this answer, I'd like to know if there is an existing keyboard shortcut to validate the message instead of going to the checkmark and click on it. Otherwise, is it possible to put one in the keyboard…
I have been trying to set up a dev container for a c++ project but cannot get vscode to install the extensions I've listed in my .devcontainer/devcontainer.json file. I am behind a corporate proxy (zscaler). I have acquired a CA…
From the position in my screenshot, if I do ctrl+left, the cursor will skip the . symbol. Same for ={, it will skip = symbol. How can I prevent this behavior in VS Code, and not skip that? In JetBrains…
I want to be able to pipe a file and also a file and line number into code such that Visual Studio Code (VS Code) opens the file in the current window. I know the command line options for code…