Skip to content

Commit 52711c5

Browse files
Delete autoClosingPairs from LanguageConfiguration to appease proposed API
1 parent d8687b5 commit 52711c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extensions/ql-vscode/src/language-support/language-support.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function install() {
2020
decreaseIndentPattern: /^((?!.*?\/\*).*\*\/)?\s*[\}\]].*$/,
2121
increaseIndentPattern: /^((?!\/\/).)*(\{[^}"'`]*|\([^)"'`]*|\[[^\]"'`]*)$/,
2222
};
23+
delete langConfig.autoClosingPairs;
2324

2425
languages.setLanguageConfiguration("ql", langConfig);
2526
languages.setLanguageConfiguration("qll", langConfig);

0 commit comments

Comments
 (0)