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
As monaco.d.ts v.0.14.6 doesn't haveDeclarationProviderinterface exported. we cannot implement $registerDeclarationProvider(handle: number, selector: SerializedDocumentFilter[]): void in LanguagesMainImpl... Here we're blocked by @typefox/monaco-editor-core update which is planned by the end of July, see: https://spectrum.chat/theia/dev/update-monaco~d0b4d5a5-e688-4f0f-a54f-e2d2b24525ee
Add an implementation of the API "registerDeclarationProvider" analogous to the "registerDefinitionProvider" API.
I
The text was updated successfully, but these errors were encountered: