Skip to content

Commit

Permalink
Adds attributes to .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed May 24, 2024
1 parent 81e117b commit bb77a47
Showing 1 changed file with 9 additions and 24 deletions.
33 changes: 9 additions & 24 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,17 @@
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},

"extensions": []

},
"docker": {
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14",
"runArgs": [
"--init",
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
],
"settings": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
},

"extensions": []

},
"workspaceMount": "source=${localWorkspaceFolder}/.,target=/workspace,type=bind,consistency=cached",
"workspaceFolder": "/workspace",
"remoteUser": "vscode",
"extensions": [
},
},


"forwardPorts": [],
"postCreateCommand": "echo 'Devcontainer setup complete.'"
}

}
}

0 comments on commit bb77a47

Please sign in to comment.