We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b06542 commit aba2aa2Copy full SHA for aba2aa2
.devcontainer/docker-compose.extend.yml
@@ -9,5 +9,9 @@ services:
9
- /workspace/node_modules
10
- /workspace/.parcel-cache
11
- /workspace/__pycache__
12
+ - datatracker-vscode-ext:/root/.vscode-server/extensions
13
# Runs app on the same network as the database container, allows "forwardPorts" in devcontainer.json function.
14
network_mode: service:db
15
+
16
+volumes:
17
+ datatracker-vscode-ext:
0 commit comments