-
Notifications
You must be signed in to change notification settings - Fork 39k
Regex replace with single space replaces with no space #18111
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-findEditor find operationsEditor find operationsverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Code 1.8.1 (ee428b0, 2016-12-19T14:49:23.350Z)
- OS Version: Windows_NT ia32 10.0.14393
- Extensions:
| Extension | Author | Version |
|---|---|---|
| cpptools | ms-vscode | 0.9.2 |
Steps to Reproduce:
-
In an MD file, add this text:
HRESULT OnAmbientPropertyChange(DISPID dispid); -
fire up replace dialog and insert this regex: \b\s{3}\b and in the replace box put a single literal space
-
expected: "DISPID dispid" actual: "DISPIDdispid"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-findEditor find operationsEditor find operationsverifiedVerification succeededVerification succeeded