monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

Reconsider languageId usage

Open kaisalmen opened this issue 1 year ago • 0 comments

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.

kaisalmen avatar Apr 16 '24 08:04 kaisalmen