We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a7619 commit 1a780c5Copy full SHA for 1a780c5
docker/sandbox.sb
@@ -48,7 +48,7 @@
48
(subpath "/bin")
49
(subpath "/usr/bin")
50
(subpath "/usr/libexec/path_helper")
51
- (regex #"^/Users/[^/]+/.vscode/argv.json")
+ (regex #"^/Users/[^/]+/.vscode.*")
52
)
53
54
(allow mach-lookup)
@@ -68,7 +68,7 @@
68
(regex #"^/Users/[^/]+/Library/Developer/Xcode/DerivedData.*")
69
(regex #"^/Users/[^/]+/Library/Application Support/Code.*")
70
(regex #"^/private/var/folders/[^/]+/[^/]+/.+")
71
72
73
74
; Execute
0 commit comments