mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Also disable ` `` as autoclosing pair (#203487)
Fixes #192676 Not ideal but likely better than the current behavior that inserts extra backticks
This commit is contained in:
@@ -42,10 +42,6 @@
|
||||
"string"
|
||||
]
|
||||
},
|
||||
{
|
||||
"open": "`",
|
||||
"close": "`"
|
||||
},
|
||||
],
|
||||
"surroundingPairs": [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user