gavvvr_obsidian-timecodes-p.../.devcontainer/restricted/devcontainer.json
2026-07-18 19:43:39 +03:00

18 lines
383 B
JSON

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