Skip to content

fix(remove): say 'local workspace' instead of 'local scope' in bit remove output#10319

Merged
davidfirst merged 4 commits into
masterfrom
fix/remove-local-workspace-message
Apr 20, 2026
Merged

fix(remove): say 'local workspace' instead of 'local scope' in bit remove output#10319
davidfirst merged 4 commits into
masterfrom
fix/remove-local-workspace-message

Conversation

@davidfirst
Copy link
Copy Markdown
Member

bit remove removes components from the workspace, not the local scope (that's what bit delete does). Fixed the success message to reflect this accurately.

Before: successfully removed components from the local scope
After: successfully removed components from the local workspace

Copilot AI review requested due to automatic review settings April 20, 2026 14:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the bit remove CLI success messaging to correctly describe that components are removed from the local workspace (as opposed to the local scope), aligning output with actual command behavior and differentiating it from bit delete.

Changes:

  • Adjusted the local (non-remote) success message to say “local workspace” instead of “local scope”.
  • Kept remote removal messaging as “remote scope” and lane messaging as “lane”, with clearer branching for remote vs local.

@davidfirst davidfirst enabled auto-merge (squash) April 20, 2026 14:39
Copilot AI review requested due to automatic review settings April 20, 2026 16:09
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@davidfirst davidfirst merged commit 0a4a084 into master Apr 20, 2026
12 checks passed
@davidfirst davidfirst deleted the fix/remove-local-workspace-message branch April 20, 2026 17:01
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