monaco-languageclient
monaco-languageclient copied to clipboard
Reconsider languageId usage
The globally configured languageId overwrites the languageId of any model that is passed via modelUpdate to monaco-editor-wrapper (see https://github.com/TypeFox/monaco-languageclient/discussions/638). This is too restrictive and even wrong. We need to revise this approach and eventually make languageId no longer mandatory.