Skip to content

Commit

Permalink
dev-container settings setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Jul 2, 2024
1 parent e6d9dc8 commit 135266a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"capAdd": ["SYS_PTRACE"],
"runArgs": [
"--rm",
"--name=${containerEnv}:${containerWorkspaceFolder}:${devcontainerId}-vsc"
],
"features": {
"ghcr.io/devcontainers/features/common-utils": {},
"ghcr.io/devcontainers/features/git": {}
},
"customizations": {
"vscode": {
"settings": {
"workbench.startupEditor": "none",
"explorer.confirmDelete": false,
"files.autoSave": "afterDelay",
"files.exclude": {
"**/.vscode": true
},
"editor.tabSize": 2,
"extensions.autoUpdate": true,
"extensions.ignoreRecommendations": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"extensions": [
"streetsidesoftware.code-spell-checker",
"esbenp.prettier-vscode",
Expand Down

0 comments on commit 135266a

Please sign in to comment.