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

Setting useTsgo=true with the plugin disabled will prevent you from jumping to the type definition in Cursor

Open wygkzqa opened this issue 2 weeks ago • 0 comments

Extension Version

0.20251204.2

VS Code Version

1.105.1

Operating system Version

Version: 2.2.17 VSCode Version: 1.105.1 Commit: cf858ca030e9c9a99ea444ec6efcbcfc40bfda70 Date: 2025-12-11T18:30:06.649Z Electron: 37.7.0 Chromium: 138.0.7204.251 Node.js: 22.20.0 V8: 13.8.258.32-electron.0 OS: Darwin arm64 25.1.0

Steps to reproduce

  1. "typescript.experimental.useTsgo": true in settings.json
  2. Disable the TypeScript (Native Preview) plugin
  3. Then find your React component, click React and nothing happens, expect to jump to the type definition file, and click on any other type

Issue

Expectations should be normal after click to jump to the type definition file, if I set "typescript. Experimental. UseTsgo" : false will not have this problem.

wygkzqa avatar Dec 12 '25 03:12 wygkzqa