From 25458491ebb2b5717df6e363e1c4ed69242ff882 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 7 Jun 2017 15:40:04 -0700 Subject: [PATCH] Remove ` as autoclosing pair in markdown Having ` as an autoclosing pair makes typing fenced code blocks annoying https://github.com/Microsoft/vscode/pull/28172#issuecomment-306944985 --- extensions/markdown/language-configuration.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extensions/markdown/language-configuration.json b/extensions/markdown/language-configuration.json index 05e33bbdc90..6c811c66aa6 100644 --- a/extensions/markdown/language-configuration.json +++ b/extensions/markdown/language-configuration.json @@ -31,13 +31,6 @@ "notIn": [ "string" ] - }, - { - "open": "`", - "close": "`", - "notIn": [ - "string" - ] } ], "surroundingPairs": [