You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right, provider is added as disposable, but only if it is disposable.
🤦♂ D'oh... Yes this shouldn't be the provider but the result of it...
jrieken
added
bug
Issue identified by VS Code Team member as probable bug
and removed
info-needed
Issue requires more information from poster
labels
Feb 26, 2020
We use it via Monaco and it's never called. Looking at the code, links are used only here:
vscode/src/vs/editor/contrib/links/getLinks.ts
Line 77 in b0be067
LinkProvider
does not havedispose
method.Do we overlook anything? If not it would mean that
vscode/src/vs/workbench/api/browser/mainThreadLanguageFeatures.ts
Lines 473 to 477 in 3de5a8a
The text was updated successfully, but these errors were encountered: