Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

global file search regex fails with \{\n #43714

Closed
xiankai opened this issue Feb 15, 2018 · 1 comment
Closed

global file search regex fails with \{\n #43714

xiankai opened this issue Feb 15, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) search Search widget and operation issues

Comments

@xiankai
Copy link

xiankai commented Feb 15, 2018

  • VSCode Version: 1.20.1
  • OS Version: OSX 10.13.3

Steps to Reproduce:

  1. Create a test file with the following snippet:
test{
test
  1. Try to regex replace in global file search (cmd + shift + f) the bracket and newline: \{\n with an empty string (or anything else)
  • Expected:
testtest
  • Actual:
{
test
  1. It works fine for local file search (cmd + f)

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the search Search widget and operation issues label Feb 15, 2018
@roblourens
Copy link
Member

This is not currently supported: #13155

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 15, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

2 participants