The ssh extension for visual studio code I think can help a lot with some of the complaints you mentioned.
You keep your source code on the remote workstation that is beefy. You run an ssh server on it and from you local environment run a copy of vscode. When you pick an ssh host it spins up a remote code server instance on that workstation and forwards all the important stuff. It really feels like you're working entirely locally.
Power management, mobile and firmware developer on Linux. Security developer at Aurora. Ex-biologist. mjg59 on Twitter. Content here should not be interpreted as the opinion of my employer. Also on Mastodon.
no subject
Date: 2022-10-06 11:40 pm (UTC)You keep your source code on the remote workstation that is beefy. You run an ssh server on it and from you local environment run a copy of vscode. When you pick an ssh host it spins up a remote code server instance on that workstation and forwards all the important stuff. It really feels like you're working entirely locally.