Files
zed/crates
Thorben Kröger d253d46fdf Make python's file, line output clickable in terminal (#26903)
Closes #16004.


![image](https://github.com/user-attachments/assets/73cfe9da-5575-4616-9ed0-99fcb3ab61f5)

Python formats file and line number references in the form `File
"file.py", line 8"`
I'm not a CPython expert, but from a quick look, they appear to come
from:
-
80e00ecc39/Python/traceback.c (L613)
-
80e00ecc39/Python/traceback.c (L927)
I am not aware of the possiblity to also encode the column information.

Release Notes:

- File, line references from Python, like 'File "file.py", line 8' are
now clickable in the terminal

---------

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2025-03-24 12:36:14 +00:00
..
2025-03-21 10:04:39 -06:00
2025-03-22 02:56:25 +00:00
2025-01-27 13:40:59 -05:00
2025-03-21 16:39:01 +00:00
2025-03-10 13:38:30 -06:00
2025-03-21 16:39:01 +00:00
2025-03-18 12:55:25 -04:00
2025-03-18 12:55:25 -04:00
2025-03-06 10:56:28 -07:00
2025-03-22 02:56:25 +00:00
2025-03-22 02:56:25 +00:00
2025-03-21 20:08:03 +00:00