Skip to content

Conversation

@tristandubbeld
Copy link
Contributor

@tristandubbeld tristandubbeld commented Nov 11, 2025

Summary

Removes CodeSandbox CI from the repository. CodeSandbox CI was causing failures during yarn install because it didn't install zstd before running the postinstall script. Since CircleCI already handles CI/CD, CodeSandbox CI is redundant.

This error caused CodeSandbox CI to fail for a long time already.

Changes

  • Removed .codesandbox/ci.json — CodeSandbox CI configuration file
  • Reverted standalone-packages/vscode-extensions/package.json — Restored original decompress-extensions script (no longer needed since CodeSandbox CI is removed)

Why remove CodeSandbox CI?

  • Redundant with CircleCI — CircleCI already provides full CI/CD coverage
  • Caused CI failures — CodeSandbox CI didn't install zstd before yarn install, causing the vscode-extensions decompression step to fail
  • Not blocking — CircleCI handles all necessary checks (build, test, lint, typecheck, deploy)

Testing

  • CircleCI builds should continue to work as before
  • CodeSandbox CI will no longer run on PRs

@codesandbox
Copy link

codesandbox bot commented Nov 11, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@tristandubbeld tristandubbeld changed the title fix(ci): handle missing zstd gracefully in vscode-extensions decompre… chore(ci): remove CodeSandbox CI configuration Nov 11, 2025
@tristandubbeld tristandubbeld merged commit 8e8f2b9 into main Nov 12, 2025
10 of 12 checks passed
@tristandubbeld tristandubbeld deleted the tristan/csb-691-fix-failing-cicodesandbox-pr-checks branch November 12, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants