Skip to content

Commit

Permalink
Merge pull request #251 from frozen-eye/master
Browse files Browse the repository at this point in the history
fix: updated devcontainers configuration
  • Loading branch information
dibyendumajumdar committed Jul 27, 2023
2 parents ecbb6ee + f24e55f commit e0837c3
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined"],

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-vscode.cpptools"
]
}
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-vscode.cpptools"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

Expand All @@ -25,4 +28,4 @@

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}

0 comments on commit e0837c3

Please sign in to comment.