Skip to content

Regex replace with single space replaces with no space #18111

@mikeblome

Description

@mikeblome
  • 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:

  1. In an MD file, add this text: HRESULT OnAmbientPropertyChange(DISPID dispid);

  2. fire up replace dialog and insert this regex: \b\s{3}\b and in the replace box put a single literal space

  3. expected: "DISPID dispid" actual: "DISPIDdispid"

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-findEditor find operationsverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions