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 ff3727b commit de5403eCopy full SHA for de5403e
.devcontainer/devcontainer.json
@@ -6,5 +6,9 @@
6
// Should match what is defined in ui/package.json
7
"version": "21.1.0"
8
}
9
- }
+ },
10
+ "mounts": [
11
+ "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
12
+ ]
13
14
+
0 commit comments