Skip to content

fix(tsc): preserve informational output - #3754

Open
amandeavor wants to merge 2 commits into
rtk-ai:developfrom
amandeavor:fix/tsc-informational-output
Open

fix(tsc): preserve informational output#3754
amandeavor wants to merge 2 commits into
rtk-ai:developfrom
amandeavor:fix/tsc-informational-output

Conversation

@amandeavor

Copy link
Copy Markdown

Summary

  • pass TypeScript informational invocations through without diagnostic filtering
  • preserve native output for config, file listings, initialization, help, and version commands
  • keep normal typecheck invocations on the compact diagnostic path
  • retain the existing npx tsc fallback when tsc is not installed directly

Closes #3750

Tests

  • added coverage for every informational flag
  • added coverage that regular --noEmit and project typechecks remain filtered
  • cargo fmt --all --check
  • cargo clippy --all-targets
  • cargo test --all -- --test-threads=1

Copilot AI lite review requested due to automatic review settings August 29, 2026 07:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

bug(tsc): informational output (--showConfig, --listFiles, --init, --help) is replaced by "TypeScript: No errors found" and is unrecoverable

2 participants