mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
|
"privileged": true,
|
|
"name": "Obsidian Timecodes Plugin",
|
|
"postCreateCommand": "pnpm install",
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig",
|
|
"vitest.explorer"
|
|
]
|
|
}
|
|
}
|
|
}
|