-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Terminal http links false positives #6226
Copy link
Copy link
Closed
Labels
area:integrations/terminalFeedback for terminal integration, shell commands, etcFeedback for terminal integration, shell commands, etcbugDEPRECATED label: use issue type 'Bug' insteadDEPRECATED label: use issue type 'Bug' instead
Metadata
Metadata
Assignees
Labels
area:integrations/terminalFeedback for terminal integration, shell commands, etcFeedback for terminal integration, shell commands, etcbugDEPRECATED label: use issue type 'Bug' insteadDEPRECATED label: use issue type 'Bug' instead
Type
Fields
Give feedbackNo fields configured for issues without a type.
Check for existing issues
Describe the bug / provide steps to reproduce it
It looks like the http link detection is just checking for the existence of
http:orhttps::This gets a bit out of hand in certain scenarios:
Because of this, I often open an invalid link while just clicking into the terminal with the intention of moving the focus to it. It is not a big deal, but less false positives would still be nice to have.
Improvements to the detection could be:
httphttp:///https://(assuming it is justhttp:orhttps:)Environment
Zed: v0.95.2 (stable)
OS: macOS 13.4.1
Memory: 16 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.logfile to this issue.If you only need the most recent lines, you can run the
zed: open logcommand palette action to see the last 1000.No response