Skip to content

Commit

Permalink
set predefined workspace dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 10, 2024
1 parent 67746bf commit 7143fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/dclab
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
/workspaces/containerlab/bin/containerlab "$@"
/clab/bin/containerlab "$@"
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
"zxh404.vscode-proto3"
]
}
}
},
"workspaceMount": "source=${localWorkspaceFolder},target=/${containerWorkspaceFolder},type=bind",
"workspaceFolder": "/clab"
}

0 comments on commit 7143fee

Please sign in to comment.