mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Add TS/JS Template surrounding brackets (#255972)
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{
|
||||
"open": "${",
|
||||
"close": "}"
|
||||
},
|
||||
{
|
||||
"open": "{",
|
||||
"close": "}"
|
||||
@@ -70,6 +74,14 @@
|
||||
}
|
||||
],
|
||||
"surroundingPairs": [
|
||||
[
|
||||
"${",
|
||||
"}"
|
||||
],
|
||||
[
|
||||
"$",
|
||||
""
|
||||
],
|
||||
[
|
||||
"{",
|
||||
"}"
|
||||
|
||||
@@ -26,6 +26,10 @@
|
||||
]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
{
|
||||
"open": "${",
|
||||
"close": "}"
|
||||
},
|
||||
{
|
||||
"open": "{",
|
||||
"close": "}"
|
||||
@@ -70,6 +74,14 @@
|
||||
}
|
||||
],
|
||||
"surroundingPairs": [
|
||||
[
|
||||
"${",
|
||||
"}"
|
||||
],
|
||||
[
|
||||
"$",
|
||||
""
|
||||
],
|
||||
[
|
||||
"{",
|
||||
"}"
|
||||
|
||||
Reference in New Issue
Block a user