DevcontainerでCodex CLIを使う
.devcontainerの設定に以下を追加する。
ユーザ名をvscode 以外にしている場合は適宜読み替えること。
"mounts": [
"source=${localEnv:HOME}/.codex,target=/home/vscode/.codex,type=bind,consistency=cached"
], .devcontainerの設定に以下を追加する。
ユーザ名をvscode 以外にしている場合は適宜読み替えること。
"mounts": [
"source=${localEnv:HOME}/.codex,target=/home/vscode/.codex,type=bind,consistency=cached"
],