Removed tmp mount in devcontainer.json

This commit is contained in:
Paul 2023-11-30 21:05:46 +10:00
parent 2fb9824b7f
commit 284a85d54e

View File

@ -11,11 +11,6 @@
"target": "/home/dev-user/.bash_history", "target": "/home/dev-user/.bash_history",
"type": "bind" "type": "bind"
}, },
{
"source": "/tmp",
"target": "/tmp",
"type": "bind"
},
{ {
"source": "~/.ssh", "source": "~/.ssh",
"target": "/home/dev-user/.ssh", "target": "/home/dev-user/.ssh",