mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-10 17:43:38 -05:00
[powershell] invalid auto-closing pairs in language-configuration.json. Fixes #46988
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
["(", ")"],
|
||||
{ "open": "\"", "close": "\"", "notIn": ["string"]},
|
||||
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
|
||||
["/**", " */"],
|
||||
["<#", "#>"]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
|
||||
Reference in New Issue
Block a user