-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest monaco-editor-wrapper and monaco-editor-react #196
Conversation
f386f48
to
ed10438
Compare
ed10438
to
2b7e861
Compare
2b7e861
to
54d2e9e
Compare
- Extract/Add package langium-website-foundation
54d2e9e
to
05e5ce1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We should update the README to explain the purpose of the new package, and how it fits into the greater flow.
- Add a README to the new package itself, just to summarize it very briefly
Separately, I would consider core instead of foundation for the package name.
All things are addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved! Changes look good, and verified locally.
* Update to latest monaco-editor-wrapper and monaco-editor-react * Implemented review comments
* fixed nested elements and scaling * remaned one function * fixed a renaming problem * Fix typo in getting-started grammar (#198) * Fix typo in getting-started grammar * Make code blocks vertically scrollable To make it possible to read the docs on a phone * Update Langium + Monaco Tutorials (#192) * update of langium + monaco tutorial * update generation in the web tutorial * Update to latest monaco-editor-wrapper and monaco-editor-react (#196) * Update to latest monaco-editor-wrapper and monaco-editor-react * Implemented review comments * fixed a renaming problem --------- Co-authored-by: Vit Gottwald <[email protected]> Co-authored-by: Benjamin Friedman Wilson <[email protected]> Co-authored-by: Kai Salmen <[email protected]>
Updates the user config / app init code and any dependent code. The whole init and utility code regarding
monaco-editor-wrapper
and@typefox/monaco-editor-react
and its bundle generation has been moved to its own package: langium-website-coreHugo code only uses that bundle which prevents any complex javascript issues when generating the site.
All showcases and the playground work again!
This PR now uses the final version
3.3.0
ofmonaco-editor-wrapper
and2.3.0
of@typefox/monaco-editor-react