mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
459939b905
Fixes #72017 Has two fixes: - Hooks up the JS/TS extension to consume the full symbol range provided by https://github.com/microsoft/TypeScript/pull/31587 - Makes the go the definition mouse implementation use the locationLink to compute the preview range. If a`targetSelectionRange` is provided, this means we use the normal `range` to get the preview range