vscode-pgsql
vscode-pgsql copied to clipboard
Auto-completion for dollar signs
When typing double dollar sign, the extension forces another pair of $$
and this cannot be disabled and doesn't honor the editor.autoClosingBrackets
configuration.
Please either add an option to disable it, or even better, respect the built in variable unless it is "languageDefined".