Relative Content

Tag Archive for visual-studio-codevscode-remote

How do I open a file as an administrator in a remote VS Code instance?

I am not asking how to open VS Code as an admin on my own machine. Rather I want to open and edit some system config files on a remote machine I am SSH’ing into and don’t want to use sudo nano to edit them. If I try using the VS Code instance I am using to log into the machine instead, the OS will restrict me from writing into them. What should I do?

How do I open a file as an administrator in a remote VS Code instance?

I am not asking how to open VS Code as an admin on my own machine. Rather I want to open and edit some system config files on a remote machine I am SSH’ing into and don’t want to use sudo nano to edit them. If I try using the VS Code instance I am using to log into the machine instead, the OS will restrict me from writing into them. What should I do?

VScode: Kill Server on Host with password authentication

I am using VScode to connect to develop code on a remote server (my host). Since its usage is shared among several users (of which I seem to be the only one using VScode), I would like to shutdown all the VScode-server processes on the host.