-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoclosingEditor automatic closing of parens / brackets / etc.Editor automatic closing of parens / brackets / etc.insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
add a bracket pair to "surroundingPairs"
under language-configuration.json
, with the end bracket being empty/blank
"surroundingPairs": [
[ "(", "" ]
]
Make a selection around some text and press (
Expected: ✅
resulting selection is still around text
Actual: ❌
resulting selection ends up being moved 1 to the left
This could have been used as a workaround for #202386
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoclosingEditor automatic closing of parens / brackets / etc.Editor automatic closing of parens / brackets / etc.insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Type
Projects
Relationships
Development
Select code repository
Activity
"surroundingPairs"
#202386RedCMD commentedon Feb 13, 2025
results in console error:
Fix empty end bracket error microsoft#206774
RedCMD commentedon Feb 13, 2025
PR #240609