Skip to content

Commit 6e2ea0e

Browse files
authored
Also disable ` `` as autoclosing pair (microsoft#203487)
Fixes microsoft#192676 Not ideal but likely better than the current behavior that inserts extra backticks
1 parent ed6c2ec commit 6e2ea0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extensions/markdown-basics/language-configuration.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
"string"
4343
]
4444
},
45-
{
46-
"open": "`",
47-
"close": "`"
48-
},
4945
],
5046
"surroundingPairs": [
5147
[

0 commit comments

Comments
 (0)