Henning Dieterichs

Results 602 comments of Henning Dieterichs

Created https://github.com/microsoft/monaco-editor/issues/5148 for cleaning up the worker mess. At least that mirroring "helper" code should live in the monaco-editor repo, not VS Code.

I'm sorry that you are running into this problem. I'd be very happy if you could investigate why this happens! It sounds like this is caused by [this fix](https://github.com/microsoft/monaco-editor/pull/5051) for...

> Will the changes be included in 0.55.0 release? The LSP changes yes, but this ticket is still open. > how will that work with the new typescript-go version? will...

Do you know what cause the size increase? Did we update TS?

> That file contains 100+ of copyright notices as strings. That is unfortunate. However, it only increases the editor package by ~80kb.

> There shouldn't be any vulnerabilities This is tracked already. > Cut/Paste functionalities should be working Are you using the monaco editor in electron?

I bet this has something to do with EditContext. I think there is an editor option to turn the edit context off, which should fix your issue.

Unfortunately, this is all a bit messy. You should be able to import the language support like this: `import * as css from 'monaco-editor/language/css/monaco.contribution';`. I believe the monaco-editor package should...

@bpasero what are your thoughts here? I believe it should be possible to support this. We have some places that load webworkers from data urls, but I believe we don't...

Tracked by https://github.com/microsoft/monaco-editor/issues/5145