This commit is contained in:
Alexandre
2023-12-02 16:27:44 +01:00
parent b8c4fbf194
commit 90c03e5772

View File

@@ -7,7 +7,11 @@
"containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"],
"extensions": [
"timonwong.shellcheck",
"esbenp.prettier-vscode",
"ms-vscode-remote.remote-containers"
],
"mounts": [ "type=volume,target=/var/lib/docker" ],
"settings": {
"terminal.integrated.profiles.linux": {