Kai Salmen

Results 31 comments of Kai Salmen

> What are typefox's uses for this project? I saw that in Gitpod you're using VSCode Online... Gitpod started with Theia and Theia initially used this library. We (TypeFox) see...

We changed the dependency from `monaco-editor-core` to `monaco-editor` in the examples, because "limiting" the dependency to `monaco-editor-core` prevents users the simply include other monaco-editor features without requiring hacks. Our reasoning...

> It's error from typing d.ts files. monaco-editor-core or monaco-editor should be a devDependency Thank you, this devDependency was never stated in the package.json of the lib (core or not),...

@BusinessDuck due to the latest changes with v2.0.0+ we have a direct dependency to `monaco-editor`. See npm list output with depth 1: ``` └─┬ [email protected] -> .\packages\client ├── @types/[email protected] ├──...

@Ehesp I am working on transforming everything to proper ESM (https://github.com/TypeFox/monaco-languageclient/tree/full-esm). Can you give version `3.1.0-next.0` a try: https://www.npmjs.com/package/monaco-languageclient/v/3.1.0-next.0 Thanks 🙂

Hi @wudstrand > I try to use the library in my react app it isn't working Can you be more specific about that? What does not work? We don't have...

@CGNonofr we should add a table to the main README stating the version requirements. I was thinking about that before and will add something soon. I was also thinking whether...

> Why does it need to be outside of the repo? Yeah, god question. Maybe it is better to create two workspaces: one for the two libs and another on...

🤣 Good, of course