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,
Is there a way to configure emmet in visual studio code to use React's CSS modules? When I type... div.container and hit tab, it becomes <div className="con
I'm a beginner, when I create a java project using the command pallate in vscode ctrl-shift-p -> java: Creat java project, only created the lib, src and read
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
I am just wondering how do I create my own custom snippets in visual studio code to make my workflow more productive. This one is specifically for linking my bo
I went to open a repo using Vs Code on a remote ssh host. I can ssh in successfully but when I try to open a repo I get Failed to connect to the remote extensio
I am new to Visual Studio Code for Java development and I had a workspace open yesterday for testing. Now when restarting Visual Studio today, I get a "Classpat
I am new to Visual Studio Code for Java development and I had a workspace open yesterday for testing. Now when restarting Visual Studio today, I get a "Classpat
I see lots of answers to this question but they don't work for me. I installed Visual Studio Code, latest version of Java and Maven on my PC and I was able to s
I'm editing someone else's code and I only want to change 1 line of a 9000 line file. But every time I save, VS Code formats the entire file and removes any tra
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 have eslint setup with Prettier formatter in vscode. there is this following original line, import MyCustomComponentsIsThis from 'queries/internal/consu
iTerm2 shell integration has some neat tricks, such as its it2copy command, which copies into the local clipboard, even if I'm logged into a remote machine via
<MyCustomField type={props.type} MyCustomField's type type definition: type?: string; props.type's type definition: type?: string; For some reason, I
I am using Visual Studio Code to program in C++ but it keeps giving me error squiggles. I tried disabling them in the settings by changing C_Cpp error squiggles
My codebase contains two typescript projects: for a react web app for web workers The web worker codebase is part of my public/ folder. Which means that there
My work environment : EDI: Visual Studio Code C ++ Compiler: GCC Extensions: Microsoft C / C ++ .run Code Runner My source code : main.cpp #include <
In my Java application, Visual Studio Code throws the following error for all my non-java imports: package this.is.a.package does not exist (compiler.err.doesn
In the past I was able to toggle among various shells in the VSCode terminal by selecting them from the terminal's drop down. I'm on a new machine and for some