VS Code Integration With Dolphin's "Open As Administrator" KIO Integration

If anyone’s interested in having VSC support Dolphin’s “Open as Administrator” option, upvote the undermentioned:

If it doesn’t get 20, it’ll be closed.

I thumbed it, fwiw.

1 Like

@gesslar, thanks! :smiling_face_with_tear:

As far as I know the admin:// scheme is kde-specific, so I kind of doubt third party applications will implement it.
Usually kio-fuse would handle these situations, but I imagine exposing the admin:// protocol through kio-fuse could have negative security implications. It might be excluded from kio-fuse, not sure.

1 Like

@jbb, indeed: I’d originally expected that support was transparent, hence why the issue was filed as a BR (before being converted into an FR by the triage assignee). However, it appears to not be! In retrospect, I should have filed an FR with KDE for an attribute in an application’s .desktop that whitelists it for admin: support, which Dolphin consumes. Otherwise, Dolphin’s administrator elevation merely appears inconistent to the point of broken.