mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fixes #132847 by configuring ${...} as bracket pair.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"blockComment": [ "/*", "*/" ]
|
||||
},
|
||||
"brackets": [
|
||||
["${", "}"],
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
|
||||
Reference in New Issue
Block a user