Hi all, hopefully this is the right community for these kind of questions. I’m using VSCodium with the Open Remote - SSH extension to connect to a VM as a non-root sudo user. No problems connecting and opening the files in VSCodium, and I can modify non-sudo files, but I get the following error when trying to modify files that require sudo:
Failed to save 'Caddyfile': Unable to write file 'vscode-remote://ssh-remote+hellhole-caddy/etc/caddy/Caddyfile' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/etc/caddy/Caddyfile')