Skip to content

Commit 9f34c57

Browse files
committed
Allow accessing entire .vscode folder
1 parent 9536e5e commit 9f34c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/sandbox.sb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
(subpath "/bin")
4949
(subpath "/usr/bin")
5050
(subpath "/usr/libexec/path_helper")
51-
(regex #"^/Users/[^/]+/.vscode/argv.json")
51+
(regex #"^/Users/[^/]+/.vscode.*")
5252
)
5353

5454
(allow mach-lookup)
@@ -68,7 +68,7 @@
6868
(regex #"^/Users/[^/]+/Library/Developer/Xcode/DerivedData.*")
6969
(regex #"^/Users/[^/]+/Library/Application Support/Code.*")
7070
(regex #"^/private/var/folders/[^/]+/[^/]+/.+")
71-
(regex #"^/Users/[^/]+/.vscode/argv.json")
71+
(regex #"^/Users/[^/]+/.vscode.*")
7272
)
7373

7474
; Execute

0 commit comments

Comments
 (0)