typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

"Go to definition" is missing within html template strings (lit)

Open eamodio opened this issue 1 month ago • 3 comments

Extension Version

0.20251123.1

VS Code Version

1.107.0-insider

Operating system Version

Windows_NT x64 10.0.26220

Steps to reproduce

  1. Using the https://github.com/gitkraken/vscode-gitlens codebase
  2. Open a file with web-components (e.g. src/webviews/apps/plus/graph/graph-app.ts)
  3. Try ctrl-click gl-graph-header in 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.

eamodio avatar Nov 23 '25 19:11 eamodio

Do you have a tsserver plugin enabled, or an extension that loaded one? Those will not work with tsgo.

jakebailey avatar Nov 23 '25 21:11 jakebailey

Ah, yes this comes from https://marketplace.visualstudio.com/items?itemName=jackolope.lit-analyzer-plugin and it uses a typescript plugin.

eamodio avatar Nov 30 '25 17:11 eamodio

Yes, so this is expected. Existing plugins for tsserver won't work in the new codebase.

jakebailey avatar Nov 30 '25 18:11 jakebailey