We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b308857 commit c7397e5Copy full SHA for c7397e5
docker/sandbox.sb
@@ -52,6 +52,8 @@
52
53
(allow mach-lookup)
54
(allow mach-register)
55
+(allow sysctl-read)
56
+(allow ipc-posix-shm-read-data (literal "apple.shm.notification_center"))
57
58
; Write
59
(allow file-write*
@@ -99,6 +101,3 @@
99
101
100
102
; JSON language server
103
(allow signal)
-
-; Uncomment when connected to Ottawa office network
104
-(system-network)
docker/test-macos.sh
@@ -74,4 +74,7 @@ npm ci -ignore-script node-pty
74
npm run lint
75
npm run format
76
npm run package
77
+
78
+curl https://update.code.visualstudio.com/api/releases/stable
79
80
FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"
0 commit comments