I use prettier in my VSC, so how to force prettier HTML formatting to format tags in one line, not multiple lines? I want to format something like this all in
That's my user settings in vscode { "python.pythonPath": "/Users/cristiano/miniconda3/envs/django-rest-2/bin/python", "python.linting.pylintEnabled": true,
Whenever I start debugging my node.js project that run/debug window auto expands. Then I manually have to hide it (ctrl/cmd+B). This interrupts my flow whenever
With a recent update, every time I run code the "Julia" icon opens up on the activity bar. What settings control this behavior? If there isn't a setting, is the
I am using VisualStudioCode with Ruby and Rubocop. After installation of Rubocop i found out i must change some of the settings in settings.json for Rubocop. Ho
I have this problem with Visual Studio Code for Windows 10: I can't see anymore the NPM scripts in explorer sidebar. I deleted all the extensions, uninstalled V
I accidentally removed search icon in Activity Bar and don't know how to add it there again. If I click on Activity Bar, I don't see this option any more.
Hi, is there a way in Visual Studio Code to cycle to suggested keywords even when you already selected one of them (by clicking TAB multiple times)? This is p
I have a file opened in VS Code - 4000 lines long. Folder is not loaded - just one file. I am editing one method on line 3500. If I press Ctrl+F and start typi
It is a similar situation I'd encountered several months ago using pylint prior to pylance: My python 3.9x - script (using VS Code on Ubuntu 20.04 LTS) starts w
I know I can change the color of the values during a debug session in the sidebar by changing sideBar.foreground in my settings.json. But is there a way of chan
I presume this is achievable through editing keybindings.json. As I can't seem to find a list of available commands, I've got this far through auto-complete:
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):