mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 05:51:18 +00:00
dev: remove codex mount and add lazygit
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
"ghcr.io/devcontainers/features/go:1": {
|
"ghcr.io/devcontainers/features/go:1": {
|
||||||
"version": "1.25",
|
"version": "1.25",
|
||||||
"golangciLintVersion": "latest"
|
"golangciLintVersion": "latest"
|
||||||
}
|
},
|
||||||
|
"ghcr.io/georgofenbeck/features/lazygit-linuxbinary:1": {}
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
@@ -112,8 +113,5 @@
|
|||||||
"onAutoForward": "notify"
|
"onAutoForward": "notify"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mounts": [
|
|
||||||
"source=${localWorkspaceFolder}/.codex,target=/home/node/.codex,type=bind,consistency=cached"
|
|
||||||
],
|
|
||||||
"remoteUser": "node"
|
"remoteUser": "node"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user