Verify canary release
Link to code that reproduces this issue
n/a
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
n/a
Describe the Bug
Setting a transit node in the turbo.json file:
"tasks": {
"topology": {
"dependsOn": ["^topology"]
}
}
Raises an error:
The task `topology` does not exist. (turbo:no-such-task)
Screenshot from VS Code:

Expected Behavior
Add a whitelist for the extension that will ignore those special tasks:
"turbo.transitNodes": ["topology"]
Or maybe to detect it automatically (not sure if possible).
To Reproduce
- Install Turborepo LSP v1.1.3
- Install
turborepo v2.0.4
- Create in
turbo.json a transit node
Additional context
No response
Verify canary release
Link to code that reproduces this issue
n/a
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
n/a
Describe the Bug
Setting a transit node in the
turbo.jsonfile:Raises an error:
Screenshot from VS Code:

Expected Behavior
Add a whitelist for the extension that will ignore those special tasks:
Or maybe to detect it automatically (not sure if possible).
To Reproduce
turborepov2.0.4turbo.jsona transit nodeAdditional context
No response