microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
393 stars 50 forks source link

Allow to disable formatter #71

Open majodev opened 4 years ago

majodev commented 4 years ago

We are using pgFormatter both in CI as locally (through a VSCode extension, auto-format on save enabled) and would like to disable the formatting provided by this extension, while still being able to use intellisense.

Extensions typically provide this through an additional flag within global/user/workspace settings.json and it's also available for VSCode's default formatters (e.g. "html.format.enable": false).

tomuxmon commented 4 years ago

In my case I can not even use pgFormatter if this extension is enabled.

alanwilter commented 3 years ago

Hi, any update on this please?