You can own the file you want to edit, then give it back the ownership afterwards
sudo chown myuser /path/to/file
code /path/to/file
sudo chown root /path/to/file
You can own the file you want to edit, then give it back the ownership afterwards
sudo chown myuser /path/to/file
code /path/to/file
sudo chown root /path/to/file