From c912fc8c128c0bc1c4600ae2aa904237cb13e780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=BChl?= Date: Fri, 10 Dec 2021 10:30:29 +0100 Subject: [PATCH] fix: don't auto close single quotes --- language-configuration.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/language-configuration.json b/language-configuration.json index e23f2fa..61ebe67 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -37,14 +37,6 @@ "open": "(", "close": ")" }, - { - "open": "'", - "close": "'", - "notIn": [ - "string", - "comment" - ] - }, { "open": "\"", "close": "\"",