Skip to content

feat(vscode)!: remove the rstack.enable master switch - #45

Merged
fi3ework merged 1 commit into
mainfrom
chore/remove-master-enable
Sep 3, 2026
Merged

feat(vscode)!: remove the rstack.enable master switch#45
fi3ework merged 1 commit into
mainfrom
chore/remove-master-enable

Conversation

@fi3ework

@fi3ework fi3ework commented Sep 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Remove the redundant rstack.enable manifest setting, shell gate, restart trigger, tests, and documentation.
  • Keep rstack.rslint.enable, rstack.rstest.enable, and rstack.fmt.enable as the per-stack kill switches.
  • Use VS Code's extension disable action when the whole extension needs to be turned off.

The master switch duplicated both the per-stack controls and VS Code's built-in extension control. This is intentionally a breaking settings change: the extension is pre-1.0, and packages/vscode/AGENTS.md explicitly allows breaking changes without a deprecation or compatibility path.

Related Links

N/A

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Testing

  • pnpm lint — exit 0: Found 0 lint errors, 0 type errors and 0 warnings (linted 161 files with 22 rules, type-checked 152 files in 335ms using 14 threads).
  • pnpm test:unit — exit 0: 31 test files passed and 260 tests passed.
  • pnpm --filter rstack build — exit 0; the extension, test worker, and lint worker bundles built successfully.
  • VSCODE_CLI=1 pnpm test:e2e smoke — exit 0; the project-resolved plugin lint host produced the expected local/no-null diagnostic.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T11:55:32.215374Z 2ba37c2 New commits
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Per-stack switches remain available for each tool integration. Users can disable the VS Code extension when they need to turn off every integration.
@fi3ework
fi3ework force-pushed the chore/remove-master-enable branch from 08d5a12 to 2ba37c2 Compare September 3, 2026 11:52
@fi3ework fi3ework changed the title chore(vscode)!: remove the rstack.enable master switch feat(vscode)!: remove the rstack.enable master switch Sep 3, 2026
@fi3ework
fi3ework merged commit ba50b1b into main Sep 3, 2026
3 checks passed
@fi3ework
fi3ework deleted the chore/remove-master-enable branch September 3, 2026 13:05
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.

1 participant