mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"name": "Obsidian Timecodes Plugin - default container",
|
|
"postCreateCommand": "pnpm install",
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig",
|
|
"vitest.explorer"
|
|
]
|
|
}
|
|
}
|
|
}
|