gavvvr_obsidian-timecodes-p.../.devcontainer/restricted/devcontainer.json
Kirill Gavrilov f37c83025f try now
2026-07-19 13:33:25 +03:00

21 lines
460 B
JSON

{
"build": {
"dockerfile": "../../docker/ci-runner.Dockerfile",
"target": "devcontainer"
},
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
},
"name": "Obsidian Timecodes Plugin - restricted container",
"postCreateCommand": "pnpm install",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"vitest.explorer"
]
}
}
}