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
I have recently been using VSCode to debug a root daemon on macOS. This is due to a current bug in XCode that means I cannot use it. I am starting VSCode with sudo and everything works fine. However I think it would be useful if there was a switch to enable an OS password prompt on debug start to run a program as root (something like gksu on Linux and UAC on Windows as well as macOS?) without running the rest of VSCode as root.
The text was updated successfully, but these errors were encountered:
@hjmallon I will mark it as a feature request. We have a similar situation on Linux where we will elevate with psexec but I don't know the corresponding side on MacOS.
Type: Debugger
I have recently been using VSCode to debug a root daemon on macOS. This is due to a current bug in XCode that means I cannot use it. I am starting VSCode with sudo and everything works fine. However I think it would be useful if there was a switch to enable an OS password prompt on debug start to run a program as root (something like gksu on Linux and UAC on Windows as well as macOS?) without running the rest of VSCode as root.
The text was updated successfully, but these errors were encountered: