I can't seem to find a way to make visual studio code have root access on my azure server
I tried to change the index.html file on var/www/html/index.html on vscode but instead I got this error Failed to save 'index.html': Unable to write file 'vscode-remote://ssh-remote+"serverip"/var/www/html/index.html' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/var/www/html/index.html')
the error: