save configuration for basic devcontainer

This commit is contained in:
Jun-te Kim 2025-11-15 13:35:58 +00:00
parent 12f8d119f9
commit 3b9d1b694f

View file

@ -5,9 +5,6 @@
"remoteUser": "vscode",
"workspaceFolder": "/workspaces/insight",
"postStartCommand": "bash .devcontainer/post-install.sh",
"containerEnv": {
"SSH_AUTH_SOCK": "/ssh-agent"
},
"mounts": [
// Optional convenience mount
"source=${localEnv:HOME},target=/workspaces/home,type=bind"