mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
file:// hrefs were rejected by extractFilePathFromHref (the :// guard) and fell through to target=_blank, which does nothing in a VS Code webview. Now they are parsed via new URL(), decoded, and forwarded to the existing openFile handler.