mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-06 21:44:32 +01:00
Finalize the definition link api - Gives fields more explicit names (target and origin) - Moves api to vscode.d.ts - Makes other definition providers (such as type definition provider and implementation provider) also return definition links Fixes #54101