Skip to content

Commit 29ef373

Browse files
committed
added Sysadmins profile
1 parent 6d4dd1e commit 29ef373

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@
168168
"terminal.integrated.defaultProfile.linux": "bash",
169169
"terminal.integrated.gpuAcceleration": "off",
170170
"terminal.integrated.profiles.linux": {
171-
"JavaScript Debug Terminal": null
171+
"JavaScript Debug Terminal": null,
172+
"Sysadmins": {
173+
"args": ["bash"],
174+
"path": "sudo"
175+
}
172176
},
173177
"terminal.integrated.persistentSessionReviveProcess": "never",
174178
"terminal.integrated.sendKeybindingsToShell": true,

0 commit comments

Comments
 (0)