mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
+devcontainers
This commit is contained in:
parent
b18a6aa574
commit
f0c67770ae
2 changed files with 15 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
|
|
@ -2,5 +2,6 @@
|
|||
"recommendations": [
|
||||
"editorconfig.editorconfig",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"vitest.explorer"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue