Skip to content

Commit 4bb262d

Browse files
committed
[powershell] invalid auto-closing pairs in language-configuration.json. Fixes microsoft#46988
1 parent 644f5d5 commit 4bb262d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extensions/powershell/language-configuration.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
["(", ")"],
1515
{ "open": "\"", "close": "\"", "notIn": ["string"]},
1616
{ "open": "'", "close": "'", "notIn": ["string", "comment"]},
17-
["/**", " */"],
1817
["<#", "#>"]
1918
],
2019
"surroundingPairs": [

0 commit comments

Comments
 (0)