[vscode] Definition of LocationLink
and DefinitionLink
is reversed compared to VSCode
#11464
Labels
vscode
issues related to VSCode compatibility
Bug Description:
See definition of
LocationLink
in Theia:theia/packages/plugin/src/theia.d.ts
Line 7858 in 21aa763
theia/packages/plugin/src/theia.d.ts
Line 620 in 21aa763
And how it is defined in VS Code:
https://github.com/microsoft/vscode/blob/e4ed3e085524e3947308126fab86cb6ebee85675/src/vscode-dts/vscode.d.ts#L2637
While the definition is semantically correct, it still causes the report generated by the vscode-theia-comparator to list
LocationLink
as missing. So I suggest to change the definition so it is consistent with VSCode and also makes the report happy. :-)Steps to Reproduce:
LocationLink
as missingThe text was updated successfully, but these errors were encountered: