-
Notifications
You must be signed in to change notification settings - Fork 260
Monaco editor does not show diagnostics #2412
Copy link
Copy link
Labels
area-alphatex-editingLanguage Server and Monaco Editor supportLanguage Server and Monaco Editor supportplatform-javascriptRelated to the JavaScript version of alphaTabRelated to the JavaScript version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Metadata
Metadata
Assignees
Labels
area-alphatex-editingLanguage Server and Monaco Editor supportLanguage Server and Monaco Editor supportplatform-javascriptRelated to the JavaScript version of alphaTabRelated to the JavaScript version of alphaTabstate-acceptedThis is a valid topic to work on.This is a valid topic to work on.
Type
Fields
Give feedbackNo fields configured for Bug.
Is there an existing issue for this?
Current Behavior
No diagnostics are shown when using the Monaco integration.
Expected Behavior
The diagnostics should be shown.
Steps To Reproduce
Link to jsFiddle, CodePen, Project
No response
Version and Environment
Platform
Web
Anything else?
Due to a last-minute change in the LSP where we removed the push diagnostics (push+pull togehter cause duplicates) I forgot to restore the monaco integration to rely on pull diagnostics.