Category "visual-studio-code"

How to force prettier html formatting to format tags in one line?

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

enabling pylint_django plugin in vscode, pylint stop working

That's my user settings in vscode { "python.pythonPath": "/Users/cristiano/miniconda3/envs/django-rest-2/bin/python", "python.linting.pylintEnabled": true,

React, Emmet, Visual Studio Code, and CSS-Modules

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

how to create java project with command?

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

How to prevent Run/Debug window to show whenever I start debugging in VSCode

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

Visual Studio Code Snippets

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

Failed to connect to the remote extension host server (Error: Handler already set!)

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

How to set java classpath in Visual Studio Code (v 1.27.2)?

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

How to set java classpath in Visual Studio Code (v 1.27.2)?

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

Another Maven "Source option 6 is no longer supported. Use 7 or later."

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

VSCode - Disable ALL Auto Formatting on Save

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

How to turn off tab opening on execution in VSC?

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

Prettier auto-correct javascript "import" statement into an one line but then eslitnt 'max-len' rule breaks

I have eslint setup with Prettier formatter in vscode. there is this following original line, import MyCustomComponentsIsThis from 'queries/internal/consu

iTerm2: How can I trigger a local command from a remote session?

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

TypeScript optional properties not accepting undefined value

<MyCustomField type={props.type} MyCustomField's type type definition: type?: string; props.type's type definition: type?: string; For some reason, I

How to disable error squiggles in visual studio code

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

how to use multiple tsconfig files (with conflicting compiler options)?

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

How i have to configure VS Code to don't get a "undefined reference" error message?

My work environment : EDI: Visual Studio Code C ++ Compiler: GCC Extensions: Microsoft C / C ++ .run Code Runner My source code : main.cpp #include <

Visual Studio Code won't recognize non-java imports

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

VSCode multiple shells in integrated terminal dropdown

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