We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test for #1805:
We added new api that allows to register link providers for documents. Verify that
languages
vscode.executeLinkProvider
The text was updated successfully, but these errors were encountered:
@weinand how did you test these three?
The function is not available to me. I'm on the latest Insiders version, updated to the lasted code-generator, and created a new extension.
Sorry, something went wrong.
@waderyan In the package.json of your extension you must set the version of the vscode dependency to *. Only then it downloads the latest api shapes
package.json
*
@waderyan I just copied the vscode.d.ts manually into my extension.
Great that did it :)
jrieken
No branches or pull requests
Test for #1805:
We added new api that allows to register link providers for documents. Verify that
languages
namespacevscode.executeLinkProvider
that allows to retrieve the same data the UI usesThe text was updated successfully, but these errors were encountered: