feat: Added .ssh bind to devcontainer
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
],
|
||||
"image": "git.luke-else.co.uk/luke-else/tf-dev:latest",
|
||||
"remoteUser": "dev",
|
||||
"mounts": [
|
||||
"source=~/.ssh/,target=~/.ssh/,type=bind,consistency=cached"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user