+devcontainers

This commit is contained in:
Kirill Gavrilov 2026-06-14 18:12:19 +03:00
parent b18a6aa574
commit f0c67770ae
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"name": "Obsidian Timecodes Plugin",
"postCreateCommand": "pnpm install",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"vitest.explorer"
]
}
}
}

View file

@ -2,5 +2,6 @@
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"vitest.explorer"
]
}