Answer the question
In order to leave comments, you need to log in
Remove auto line wrapping when formatting (ctrl+alt+f) in vscode(win10)?
A string of this format
After formatting
import { Foo } from "../Boo";
import {
Foo
} from "../Boo";
Answer the question
In order to leave comments, you need to log in
In the F1 => Open Settings (JSON) configuration settings, write the following property:
"editor.wordWrap": "off",
PS If various linters like ESLint or Beautify are enabled, then either configure or remove them too
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question