-
Hopefully this is the place of to check regarding vscode extensions Prettier SQL VSCode - Visual Studio Marketplace. I've tried disabling the formatter on specific lines. cant_disable.movMy settings.json is as follows. {
"[sql]": {
"editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode"
},
"Prettier-SQL.expressionWidth": 120,
"Prettier-SQL.keywordCase": "upper",
} I'll add any other info you need. |
Beta Was this translation helpful? Give feedback.
Answered by
nene
Dec 6, 2024
Replies: 1 comment 1 reply
-
First, please read the FAQ about Prettier SQL VSCode extension. Second, no, there is no such feature that would enable/disable formatting on part of a file. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cane-bt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, please read the FAQ about Prettier SQL VSCode extension.
Second, no, there is no such feature that would enable/disable formatting on part of a file.