Delete autoClosingPairs from LanguageConfiguration to appease proposed API

This commit is contained in:
Robert
2023-07-21 11:31:55 +01:00
parent d8687b5985
commit 52711c5cc1

View File

@@ -20,6 +20,7 @@ export function install() {
decreaseIndentPattern: /^((?!.*?\/\*).*\*\/)?\s*[\}\]].*$/,
increaseIndentPattern: /^((?!\/\/).)*(\{[^}"'`]*|\([^)"'`]*|\[[^\]"'`]*)$/,
};
delete langConfig.autoClosingPairs;
languages.setLanguageConfiguration("ql", langConfig);
languages.setLanguageConfiguration("qll", langConfig);