dev: remove codex mount and add lazygit

This commit is contained in:
2026-01-04 22:54:02 +00:00
parent 4cbebdbba1
commit b178ad1781

View File

@@ -13,7 +13,8 @@
"ghcr.io/devcontainers/features/go:1": {
"version": "1.25",
"golangciLintVersion": "latest"
}
},
"ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1": {}
},
"customizations": {
"vscode": {
@@ -112,8 +113,5 @@
"onAutoForward": "notify"
}
},
"mounts": [
"source=${localWorkspaceFolder}/.codex,target=/home/node/.codex,type=bind,consistency=cached"
],
"remoteUser": "node"
}