Skip to content

Commit

Permalink
added Sysadmins profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan committed Oct 6, 2024
1 parent 6d4dd1e commit 29ef373
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.profiles.linux": {
"JavaScript Debug Terminal": null
"JavaScript Debug Terminal": null,
"Sysadmins": {
"args": ["bash"],
"path": "sudo"
}
},
"terminal.integrated.persistentSessionReviveProcess": "never",
"terminal.integrated.sendKeybindingsToShell": true,
Expand Down

0 comments on commit 29ef373

Please sign in to comment.