mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 10:02:04 +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.