We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8314a54 + 52711c5 commit c7b556eCopy full SHA for c7b556e
1 file changed
extensions/ql-vscode/src/language-support/language-support.ts
@@ -20,6 +20,7 @@ export function install() {
20
decreaseIndentPattern: /^((?!.*?\/\*).*\*\/)?\s*[\}\]].*$/,
21
increaseIndentPattern: /^((?!\/\/).)*(\{[^}"'`]*|\([^)"'`]*|\[[^\]"'`]*)$/,
22
};
23
+ delete langConfig.autoClosingPairs;
24
25
languages.setLanguageConfiguration("ql", langConfig);
26
languages.setLanguageConfiguration("qll", langConfig);
0 commit comments