Typing "/**/" should work #54499
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
Issue Type: Bug
When I type
"
,[
,(
, or{
it is automatically matched with"
,]
,)
, or}
. But typing""
or()
will work by consuming the automatic match, so I don't end up with())
.When I type
/**/
I would expect that to be exactly the text I get, but instead I get/**/ */
.The text was updated successfully, but these errors were encountered: