Skip to content

Commit

Permalink
fix devcontainer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Khalife committed Jun 16, 2024
1 parent 8684f9d commit 08f4e52
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,5 @@
"containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"],
"mounts": ["type=volume,target=/var/lib/docker"],
"settings": {
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/usr/bin/zsh"
}
},
"terminal.integrated.defaultProfile.linux": "zsh",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
"mounts": ["type=volume,target=/var/lib/docker"]
}

0 comments on commit 08f4e52

Please sign in to comment.