Browse Source

Run as root in devcontainer from vscode (#30574)

dariusk-working/4_3_0
Matt Jankowski 2 years ago committed by GitHub
parent
commit
2f0a34ac00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/devcontainer.json

2
.devcontainer/devcontainer.json

@ -23,6 +23,8 @@
}
},
"remoteUser": "root",
"otherPortsAttributes": {
"onAutoForward": "silent"
},

Loading…
Cancel
Save