typescript-go
typescript-go copied to clipboard
"Go to definition" is missing within html template strings (lit)
Extension Version
0.20251123.1
VS Code Version
1.107.0-insider
Operating system Version
Windows_NT x64 10.0.26220
Steps to reproduce
- Using the https://github.com/gitkraken/vscode-gitlens codebase
- Open a file with web-components (e.g.
src/webviews/apps/plus/graph/graph-app.ts) - Try ctrl-click
gl-graph-headerin the render function -- not a link
Issue
I'm not sure if this is actually a tsgo issue, or by switching to tsgo in the editor other things end up not being able to use the language server or something.
Do you have a tsserver plugin enabled, or an extension that loaded one? Those will not work with tsgo.
Ah, yes this comes from https://marketplace.visualstudio.com/items?itemName=jackolope.lit-analyzer-plugin and it uses a typescript plugin.
Yes, so this is expected. Existing plugins for tsserver won't work in the new codebase.