-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experiencebugSomething isn't workingSomething isn't working
Description
After switching to tsgo, command-clicking a .css import no longer opens the .css file. It just opens the pattern ambient module declaration.
Steps to reproduce
I'm pretty sure this test suite diff is already reproducing this issue:
Lines 1 to 10 in d9178cc
| --- old.goToDefinitionCSSPatternAmbientModule.baseline.jsonc | |
| +++ new.goToDefinitionCSSPatternAmbientModule.baseline.jsonc | |
| @@= skipped -0, +0 lines =@@ | |
| // === goToDefinition === | |
| -// === /index.css === | |
| -// [||]html { font-size: 16px; } | |
| - | |
| // === /types.ts === | |
| // <|declare module [|"*.css"|] { | |
| // const styles: any; |
Behavior with [email protected]
Go-to-Definition = Go-to-Implementation 👍
Behavior with tsgo
Go-to-Definition = Go-to-Type-Definition 👎
Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experiencebugSomething isn't workingSomething isn't working