mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
add some permissions
This commit is contained in:
parent
0d8d7c20ac
commit
fef4843ac2
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"privileged": true,
|
||||
"runArgs": [
|
||||
"--device=/dev/fuse",
|
||||
"--security-opt", "apparmor=unconfined",
|
||||
"--security-opt", "seccomp=unconfined"
|
||||
],
|
||||
|
||||
"capAdd": [
|
||||
"SYS_ADMIN"
|
||||
],
|
||||
"name": "Obsidian Timecodes Plugin",
|
||||
"postCreateCommand": "pnpm install",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue