mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
do not autoclose quotes when in strings. Fixes #88265
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""]
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string"] }
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
@@ -22,4 +22,4 @@
|
||||
"folding": {
|
||||
"offSide": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user