chore: remove the VSCode integration #1

Open
nanakura wants to merge 3 commits from nanakura/chore/remove-vscode-integration into main
Owner

The fork does not use the VSCode extension. The CI install also failed,
because the extension ran tsx from a prepare script and never
declared tsx as a dependency.

Remove both integrations/vscode packages, the release-vsix workflow,
the workspace glob, and the debug launch config. The host plugin was a
stub with no dependents.

Description

Linked Issues

Additional Context

The fork does not use the VSCode extension. The CI install also failed, because the extension ran `tsx` from a `prepare` script and never declared `tsx` as a dependency. Remove both `integrations/vscode` packages, the release-vsix workflow, the workspace glob, and the debug launch config. The host plugin was a stub with no dependents. ## Description <!-- Please insert your description here and especially provide info about the "what" this PR is solving --> ## Linked Issues <!-- Optional, if you have any --> ## Additional Context <!-- e.g. is there anything you'd like reviewers to focus on? -->
nanakura added 1 commit 2026-09-14 13:42:19 +00:00
chore: remove the VSCode integration
autofix.ci / autofix (pull_request) Failing after 18m46s
PR Triage Dispatch / Dispatch PR Triage (pull_request_target) Successful in 23s
CI / Lint (pull_request) Successful in 18m21s
CI / Build Test (ui-transitions) (pull_request) Successful in 28m30s
CI / Type Check (pull_request) Successful in 26m58s
CI / Build Test (stage-web) (pull_request) Failing after 20m37s
CI / Unit Test (pull_request) Canceled after 0s
CI / Check Provenance (pull_request) Canceled after 0s
CI / Build Test (ui-loading-screens) (pull_request) Canceled after 21m35s
CI / Lint (push) Canceled after 0s
CI / Build Test (stage-web) (push) Canceled after 0s
CI / Build Test (ui-loading-screens) (push) Canceled after 0s
CI / Build Test (ui-transitions) (push) Canceled after 0s
CI / Unit Test (push) Canceled after 0s
CI / Type Check (push) Canceled after 0s
CI / Check Provenance (push) Canceled after 0s
d03b574fd1
The fork does not use the VSCode extension. The CI install also failed,
because the extension ran `tsx` from a `prepare` script and never
declared `tsx` as a dependency.

Remove both `integrations/vscode` packages, the release-vsix workflow,
the workspace glob, and the debug launch config. The host plugin was a
stub with no dependents.
nanakura added 1 commit 2026-09-14 23:19:33 +00:00
chore(ci): remove the autofix.ci workflow
CI / Build Test (stage-web) (pull_request) Canceled after 0s
CI / Build Test (ui-loading-screens) (pull_request) Canceled after 0s
CI / Build Test (ui-transitions) (pull_request) Canceled after 0s
CI / Unit Test (pull_request) Canceled after 0s
CI / Type Check (pull_request) Canceled after 0s
CI / Check Provenance (pull_request) Canceled after 0s
CI / Lint (pull_request) Canceled after 7s
ccae3a8c8a
The fork does not run CI on github.com. The autofix.ci GitHub App is the
only service that can read the patch artifact and open the fix commit,
so every run failed at the artifact upload: local `act` runs have no
artifact server, and self-hosted hosts have no autofix.ci App.
nanakura added 1 commit 2026-09-14 23:48:44 +00:00
chore(ci): cache bun dependencies
CI / Build Test (stage-web) (pull_request) Waiting to run
CI / Build Test (ui-loading-screens) (pull_request) Waiting to run
CI / Build Test (ui-transitions) (pull_request) Waiting to run
CI / Unit Test (pull_request) Waiting to run
CI / Type Check (pull_request) Waiting to run
CI / Check Provenance (pull_request) Waiting to run
CI / Lint (pull_request) In progress
96e6e370f4
Every job installed the full workspace on each run. Cache the Bun global
cache and key it on bun.lock, so a run only downloads the packages that
the lockfile changed.

actions/setup-node cannot do this, because its cache input supports npm,
yarn, and pnpm only.
Some checks are pending
CI / Build Test (stage-web) (pull_request) Waiting to run
CI / Build Test (ui-loading-screens) (pull_request) Waiting to run
CI / Build Test (ui-transitions) (pull_request) Waiting to run
CI / Unit Test (pull_request) Waiting to run
CI / Type Check (pull_request) Waiting to run
CI / Check Provenance (pull_request) Waiting to run
CI / Lint (pull_request) In progress
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin nanakura/chore/remove-vscode-integration:nanakura/chore/remove-vscode-integration
git checkout nanakura/chore/remove-vscode-integration
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nanakura/moeka-project#1