-
-
Couldn't load subscription status.
- Fork 17
Open
Description
In our project, we have two controllers with the same identifier, they share a lot of views, targets etc and essentially do the same job in different contexts, so the identifier makes sense.
The LSP only supports the first found controller here:
stimulus-lsp/server/src/diagnostics.ts
Line 611 in 979f8cb
| const controller = this.controllers.find((controller) => controller.identifier === identifier) |
So n VS code it's showing errors for values that do exist etc
Metadata
Metadata
Assignees
Labels
No labels