You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo mkdir ~/perms-test
sudo touch ~/perms-test/file
sudo code-alpha --user-data-dir ~/root-data-dir ~/perms-test
# edit and save `file` in vscode
Known limitations
Files can only be saved if the root user has write access, you can check file permissions using ls -la. Example output gives -rw-r--r-- which means user read/write, group read, all read. If the 'daniel' user owns this file, 'root' will be able to read but not save.