fix devcontainer mount
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"remoteUser": "vscode",
|
||||
"mounts": [
|
||||
"type=bind,source=${localEnv:USERPROFILE}/.codex,target=/home/vscode/.codex"
|
||||
"type=bind,source=${localEnv:HOME}/.codex,target=/home/vscode/.codex"
|
||||
],
|
||||
"forwardPorts": [5173, 7186, 5074],
|
||||
"portsAttributes": {
|
||||
|
||||
Reference in New Issue
Block a user