Roo-Code/src/integrations/editor
Chris Hasson 270dce5050
fix(editor): prevent file editing issues when git diff views are open (#8676)
* fix(editor): prevent file editing issues when git diff views are open

Add scheme checks to ensure only file:// URIs are matched when finding editors,
avoiding issues with git diffs and other schemes. Includes error logging for
failed editor lookups.

* Remove the warnings

* fix(editor): enforce file:// scheme in editor lookups to prevent git diff issues

---------

Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
2025-10-15 21:43:47 -04:00
..
__tests__ fix(editor): prevent file editing issues when git diff views are open (#8676) 2025-10-15 21:43:47 -04:00
DecorationController.ts Chore: Prettier for consistant formatting (#794) 2024-11-21 13:13:54 -08:00
detect-omission.ts Prettier backfill 2025-01-17 14:11:28 -05:00
DiffViewProvider.ts fix(editor): prevent file editing issues when git diff views are open (#8676) 2025-10-15 21:43:47 -04:00
EditorUtils.ts Move presentAssistantMessage into its own module (#3345) 2025-05-08 11:59:03 -07:00