blob: e7fff4a6499f93c25dca2becfd47400a62fb2a5c [file]
{
"name": "Agent41",
"image": "ghcr.io/mastrogpt/agent41-starter:2506201530",
"remoteUser": "node",
"containerEnv": {
"OPS_BRANCH": "main",
"DEVCONTAINER": "1"
},
"runArgs": [
"--network=host"
],
"remoteEnv": {
"OPS_BRANCH": "main",
"REMOTE_CONTAINERS": "1"
},
"postCreateCommand": "ops -update",
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-vscode.test-adapter-converter",
"pamaron.pytest-runner",
"marp-team.marp-vscode",
"ryuta46.multi-command",
"mathematic.vscode-pdf",
"littlefoxteam.vscode-python-test-adapter"
]
}
}
}