mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
|
"runArgs": [
|
|
"--device=/dev/fuse",
|
|
"--security-opt", "apparmor=unconfined",
|
|
"--security-opt", "seccomp=unconfined"
|
|
],
|
|
|
|
"capAdd": [
|
|
"SYS_ADMIN"
|
|
],
|
|
"name": "Obsidian Timecodes Plugin - restricted container",
|
|
"postCreateCommand": "pnpm install",
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig",
|
|
"vitest.explorer"
|
|
]
|
|
}
|
|
}
|
|
}
|