Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.56.2
- OS Version: MacOS Catalina 10.15.6
Steps to Reproduce:
- Open VSCode Version
- Open any typescript file (for example
large.ts in vscode-web-playground)
- Command/Ctrl + Click on any native dom method, for example
createElementNS, there should be a error message popups

I thinks this is caused by the wrong type definition file path in below code:
https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/src/typescriptServiceClient.ts#L706
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
large.tsinvscode-web-playground)createElementNS, there should be a error message popupsI thinks this is caused by the wrong type definition file path in below code:
https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/src/typescriptServiceClient.ts#L706