40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://containers.dev/implementors/json_schema/",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"remoteUser": "vscode",
|
|
"runArgs": [],
|
|
"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": "bash -ic 'pi install npm:pi-subagents'"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|