https://bugs.kde.org/show_bug.cgi?id=442217

Davide Gianforte <dav...@gengisdave.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dav...@gengisdave.org

--- Comment #1 from Davide Gianforte <dav...@gengisdave.org> ---
VSCode does not supports KIOslaves directly (it should rely on GIO), if you
edit a remote file, VSCode will receive a path like ftp://user@server/filename,
if you look at the path in the empty file you'll see
<cwd>/ftp:/user@server/filename because it treats it like a local path
(file://). The directory <cwd> is the path the Krusader panel had before
connecting the remote folder.

There are no plan to support an internal editor without KIO, a possible
solution is to connect the remote folder with FUSE.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to