diff --git a/extensions/powershell/language-configuration.json b/extensions/powershell/language-configuration.json index 29445c790a3..02e7a9ddec4 100644 --- a/extensions/powershell/language-configuration.json +++ b/extensions/powershell/language-configuration.json @@ -14,7 +14,6 @@ ["(", ")"], { "open": "\"", "close": "\"", "notIn": ["string"]}, { "open": "'", "close": "'", "notIn": ["string", "comment"]}, - ["/**", " */"], ["<#", "#>"] ], "surroundingPairs": [