Skip to content

fix: Allow transit nodes in LSP diagnostics#12773

Merged
anthonyshew merged 1 commit into
mainfrom
shew/fix-8577
May 9, 2026
Merged

fix: Allow transit nodes in LSP diagnostics#12773
anthonyshew merged 1 commit into
mainfrom
shew/fix-8577

Conversation

@anthonyshew
Copy link
Copy Markdown
Contributor

@anthonyshew anthonyshew commented May 9, 2026

Summary

  • Prevents the VS Code extension from reporting turbo:no-such-task for transit nodes.
  • Keeps missing-task diagnostics for non-transit task references.
  • Adds regression coverage for transit-node detection and diagnostics.

Fixes #8577.

@anthonyshew anthonyshew requested a review from a team as a code owner May 9, 2026 02:48
@anthonyshew anthonyshew requested review from tknickman and removed request for a team May 9, 2026 02:48
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
examples-basic-web Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-designsystem-docs Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-gatsby-web Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-kitchensink-blog Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-nonmonorepo Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-svelte-web Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-tailwind-web Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
examples-vite-web Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am
turbo-site Ready Ready Preview, Comment, Open in v0 May 9, 2026 2:49am

@anthonyshew anthonyshew enabled auto-merge (squash) May 9, 2026 03:00
@anthonyshew anthonyshew merged commit 2c850cb into main May 9, 2026
56 checks passed
@anthonyshew anthonyshew deleted the shew/fix-8577 branch May 9, 2026 03:00
anthonyshew pushed a commit that referenced this pull request May 9, 2026
## Release v2.9.12

> [!CAUTION]
> Versioned docs aliasing FAILED. [View
logs](https://github.com/vercel/turborepo/actions/runs/25591253859)

### Changes

- release(turborepo): 2.9.11 (#12771) (`1444cc3`)
- fix: Allow transit nodes in LSP diagnostics (#12773) (`2c850cb`)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

[VS Code Extension] Transit Nodes gives turbo:no-such-task error

1 participant