Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.
Show ContentNora@lemmy.ml7·1 year agoI tried saving to a file that required root and it didn’t give any prompt to enter the password. On VSCodium normally if you are trying to write to a file that requires sudo then it prompts you. Is there a way to save to root files with Zed?
Show ContentName@programming.dev5·1 year agoFound the Windows user. On Linux we actually have polkit that can elevate privileges with a GUI prompt.
Show Contentcy_narrator@discuss.tchncs.de11·1 year agoOn Windows you can just right click and run as administrator bro
I tried saving to a file that required root and it didn’t give any prompt to enter the password. On VSCodium normally if you are trying to write to a file that requires sudo then it prompts you.
Is there a way to save to root files with Zed?
Use sudoedit
Maby launch editor with sudo?
Found the Windows user. On Linux we actually have polkit that can elevate privileges with a GUI prompt.
On Windows you can just right click and run as administrator bro