local devcontainer working

This commit is contained in:
Jun-te Kim 2025-11-15 13:33:53 +00:00
parent fb84e5b7d0
commit 12f8d119f9

View file

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