42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://containers.dev/implementors/json_schema/",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/workspaces/firehose",
|
|
"remoteUser": "vscode",
|
|
"containerEnv": {
|
|
"DB_HOST": "db"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/python:1": {},
|
|
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
|
|
"ghcr.io/jsburckhardt/devcontainer-features/ruff:1": {}
|
|
},
|
|
"mounts": [
|
|
"source=${localEnv:HOME}/.pi/agent/models.json,target=/home/vscode/.pi/agent/models.json,type=bind,consistency=cached",
|
|
"source=${localEnv:HOME}/.pi/agent/sessions,target=/home/vscode/.pi/agent/sessions,type=bind,consistency=cached",
|
|
"source=${localEnv:HOME}/.pi/agent/tools,target=/home/vscode/.pi/agent/tools,type=bind,consistency=cached",
|
|
"source=${localEnv:HOME}/.pi/agent/bin,target=/home/vscode/.pi/agent/bin,type=bind,consistency=cached"
|
|
],
|
|
"postCreateCommand": {
|
|
"pi-subagents-disabled": "echo 'pi-subagents disabled: upstream JSON schema bug — investigate version pinning separately'"
|
|
},
|
|
"customizations": {
|
|
"jetbrains": {
|
|
"settings": {
|
|
"com.intellij:app:HttpConfigurable.use_proxy_pac": true
|
|
}
|
|
},
|
|
"vscode": {
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "bash"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"jakebecker.elixir-ls"
|
|
]
|
|
}
|
|
}
|
|
}
|