CodinGame / monaco-editor-wrapper

MIT License
45 stars 4 forks source link

setLanguageConfiguration #88

Closed lidiyakubenko closed 8 months ago

lidiyakubenko commented 12 months ago

Hello! I don't see where I can set language config, I see in the file editorAppClassic.ts monarch definititon

image

But unfortunately I don't see where I can set languages.LanguageConfiguration, in Monaco this is done using this method monaco.languages.setLanguageConfiguration

CGNonofr commented 12 months ago

What is wrong with using monaco.languages.setLanguageConfiguration?

btw, this lib is outdated, I hope to be able to update it soon

lidiyakubenko commented 12 months ago

We are considering using your dependency, but our goal was to remove the "monaco-editor" installation directly from our project and use only wrapper, because it's inconvenient for us to use the postinstall script that applies the treemending patch for monaco (we have an internal rule on this in our company)