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

Search restores deleted files on focusing search tab #20462

Open
1 task done
atassis opened this issue Nov 9, 2024 · 1 comment
Open
1 task done

Search restores deleted files on focusing search tab #20462

atassis opened this issue Nov 9, 2024 · 1 comment
Labels
bug [core label] search / project search Feedback for in-file search, multi-buffer global search, etc

Comments

@atassis
Copy link
Contributor

atassis commented Nov 9, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

  1. Open search tab
  2. Find a text in a wanted file with the search
  3. delete the wanted file
  4. Switch focus from and back to search
  5. Deleted file is restored back the same it was during the search (not quite sure, but looks like it)

Environment

Zed: v0.162.0 (Zed Dev 0a28800)
OS: Linux Wayland fedora 41
Memory: 30.6 GiB
Architecture: x86_64
GPU: AMD Radeon 680M (RADV REMBRANDT) || radv || Mesa 24.2.6

If applicable, add mockups / screenshots to help explain present your vision of the feature

image
After making a screenshot, a file has created by itselves
image

If applicable, attach your Zed.log file to this issue.

Zed.log

2024-11-09T20:44:07.199879337+03:00 [INFO] Language server with id 14 sent unhandled notification telemetry/event:
{
"eventName": "KeyHoverProvider",
"properties": {
"isActivationEvent": "false",
"result": "Succeeded"
},
"measurements": {
"count": 1,
"durationMu": 4.22,
"durationSigma": 0,
"durationMedian": 68
},
"groupingStrategy": "eventNameAndProperties"
}
2024-11-09T20:44:11.91876064+03:00 [INFO] Language server with id 7 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///home/atassis/repositories/flipping-project/apps/frontend/src/features/projects/creation/form-breadcrumbs.tsx"
}
}
2024-11-09T20:44:21.800518223+03:00 [INFO] new;
2024-11-09T20:44:21.801123367+03:00 [INFO] keep_updated;
2024-11-09T20:44:23.842120176+03:00 [INFO] Language server with id 7 sent unhandled notification eslint/noLibrary:
{
"source": {
"uri": "file:///home/atassis/repositories/flipping-project/apps/frontend/src/features/projects/creation/team-form.tsx"
}
}

@atassis atassis added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Nov 9, 2024
@JosephTLyons JosephTLyons added search / project search Feedback for in-file search, multi-buffer global search, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Nov 10, 2024
@JosephTLyons
Copy link
Collaborator

Not the same issue, but similar bug to:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] search / project search Feedback for in-file search, multi-buffer global search, etc
Projects
None yet
Development

No branches or pull requests

2 participants