mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
chore: add devcontainer
This commit is contained in:
parent
7b90479e18
commit
12c3ae3e71
1 changed files with 14 additions and 0 deletions
14
.devcontainer/devcontainer.json
Normal file
14
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "Obsidian Timecodes Plugin",
|
||||
"postCreateCommand": "pnpm install",
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"EditorConfig.EditorConfig",
|
||||
"vitest.explorer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue