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
It requires integrated or external console modes and is ignored in remote debugging. [emphasis mine]
My limited understand is that operating a devcontainer also falls into the "remote" category, correct? The devcontainer I'm using runs terminals as the non-root vscode user, but also has sudo available to elevate into root where necessary. As far as I can confirm in my tests, asRoot is ignored when using a devcontainer.
Is there anything I'm missing in that a devcontainer could actually support isRoot?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The vscode-go Wiki says about
asRoot
for alaunch
request:My limited understand is that operating a devcontainer also falls into the "remote" category, correct? The devcontainer I'm using runs terminals as the non-root
vscode
user, but also hassudo
available to elevate intoroot
where necessary. As far as I can confirm in my tests,asRoot
is ignored when using a devcontainer.Is there anything I'm missing in that a devcontainer could actually support
isRoot
?Would it make sense to open an issue?
Beta Was this translation helpful? Give feedback.
All reactions