File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 52
52
53
53
(allow mach-lookup)
54
54
(allow mach-register)
55
+ (allow sysctl-read)
56
+ (allow ipc-posix-shm-read-data (literal "apple.shm.notification_center"))
55
57
56
58
; Write
57
59
(allow file-write*
76
78
(allow system-socket)
77
79
(allow network-outbound
78
80
(path "/private/var/run/mDNSResponder")
81
+ (remote tcp4 "*:80")
79
82
(remote tcp4 "*:443")
80
83
(remote tcp4 "*:3128")
81
84
)
99
102
100
103
; JSON language server
101
104
(allow signal)
102
-
103
- ; Uncomment when connected to Ottawa office network
104
- (system-network)
Original file line number Diff line number Diff line change @@ -74,4 +74,13 @@ npm ci -ignore-script node-pty
74
74
npm run lint
75
75
npm run format
76
76
npm run package
77
- FAST_TEST_RUN=1 npm run coverage -- --coverage-output " $PWD /coverage"
77
+
78
+ # Download vscode
79
+ mkdir -p .vscode-test
80
+ curl -O -L " https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal"
81
+ unzip download -d .vscode-test
82
+ rm download
83
+
84
+ # export npm_config_proxy="$HTTPS_PROXY"
85
+ export npm_config_https_proxy=" $HTTPS_PROXY "
86
+ VSCODE_INSTALL=" $( pwd) /.vscode-test/Visual Studio Code.app" CI=1 FAST_TEST_RUN=1 npm run coverage -- --coverage-output " $PWD /coverage"
You can’t perform that action at this time.
0 commit comments