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 cce3343 commit 8060531Copy full SHA for 8060531
.devcontainer/devcontainer.json
@@ -3,9 +3,6 @@
3
"name": "Codefresh Support Package",
4
"image": "denoland/deno:1.39.2",
5
"onCreateCommand": "apt-get update && apt-get install git zip -y",
6
- "mounts": [
7
- "type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly"
8
- ],
9
"customizations": {
10
"vscode": {
11
"settings": {
0 commit comments