Removed tmp mount in devcontainer.json (#4708)

Co-authored-by: Paul <aetherqi@gmail.com>
This commit is contained in:
Plurific 2023-12-01 00:09:01 +10:00 committed by GitHub
parent 9c016b7528
commit 3f6c51fc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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