chore: add vscode extensions volume to reduce ext reinstalls (#3833)

This commit is contained in:
Nicolas Giard 2022-04-20 11:49:04 -04:00 committed by GitHub
parent 6b06542fab
commit aba2aa2b59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,9 @@ services:
- /workspace/node_modules
- /workspace/.parcel-cache
- /workspace/__pycache__
- datatracker-vscode-ext:/root/.vscode-server/extensions
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
network_mode: service:db
volumes:
datatracker-vscode-ext: