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 dbe6c2a commit 3af49a1Copy full SHA for 3af49a1
.devcontainer/devcontainer.json
@@ -24,6 +24,12 @@
24
8080,
25
9000
26
],
27
+ "mounts": [
28
+ "type=bind,source=${env:SSH_AUTH_SOCK},target=/ssh-agent"
29
+ ],
30
+ "containerEnv": {
31
+ "SSH_AUTH_SOCK": "/ssh-agent"
32
+ },
33
// Uncomment the next line if you want start specific services in your Docker Compose config.
34
// "runServices": [],
35
// Uncomment the next line if you want to keep your containers running after VS Code shuts down.
0 commit comments