mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
31 lines
825 B
JSON
31 lines
825 B
JSON
{
|
|
"name": "Basic Python",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "insight",
|
|
"remoteUser": "vscode",
|
|
"workspaceFolder": "/workspaces/insight",
|
|
"postStartCommand": "bash .devcontainer/post-install.sh",
|
|
"mounts": [
|
|
// Optional convenience mount
|
|
"source=${localEnv:HOME},target=/workspaces/home,type=bind"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"files.defaultWorkspace": "/workspaces/insight"
|
|
},
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-toolsai.jupyter",
|
|
"mechatroner.rainbow-csv",
|
|
"ms-toolsai.datawrangler",
|
|
"lindacong.vscode-book-reader",
|
|
"4ops.terraform",
|
|
"fabiospampinato.vscode-todo-plus",
|
|
"jgclark.vscode-todo-highlight",
|
|
"corentinartaud.pdfpreview"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|