-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
editor-findEditor find operationsEditor find operationsfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
- VSCode Version: 1.3.0-Insider (2016-07-01 build)
- OS Version: Windows 7
Steps to Reproduce:
- Open a new buffer;
- Type three lines of text;
- Open the find and replace dialogue and turn on regex;
- In the Find field, input \n; in the Replace with field, input a whitespace;
- Hit replace all.
The whitespace is supposed to replace the newline character entirely, but it seems the newline character is retained --- whatever is replacing \n got appended to each of the matching newline.
Metadata
Metadata
Assignees
Labels
editor-findEditor find operationsEditor find operationsfeature-requestRequest for new features or functionalityRequest for new features or functionality