Skip to content

Commit

Permalink
Fix downloading vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Dec 12, 2024
1 parent b308857 commit 89ab033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docker/sandbox.sb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

(allow mach-lookup)
(allow mach-register)
(allow sysctl-read)
(allow ipc-posix-shm-read-data (literal "apple.shm.notification_center"))

; Write
(allow file-write*
Expand Down Expand Up @@ -99,6 +101,3 @@

; JSON language server
(allow signal)

; Uncomment when connected to Ottawa office network
(system-network)
6 changes: 5 additions & 1 deletion docker/test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ npm ci -ignore-script node-pty
npm run lint
npm run format
npm run package
FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"

# Download vscode
curl -S -L "https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal" | tar -xz - -C .vscode-test

CI=0 FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"

0 comments on commit 89ab033

Please sign in to comment.