Skip to content
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 Monaco to 0.32.1 #14

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Update Monaco to 0.32.1 #14

merged 1 commit into from
Feb 9, 2022

Conversation

wkordalski
Copy link
Contributor

I've updated Monaco to current stable version, because I need some bugfixes present in 0.32.1 and not in 0.20 (esp. correct behavior of scaled editor by CSS transform).
I haven't tested this update thoroughly but it seems to work.

The script from build/ directory nearly worked — Webpack building my project (depending on rust-monaco) treated : from trenary-expression (cond ? t_expr : f_expr) as a type annotation. Adding parentheses (cond ? t_expr : f_exprcond ? (t_expr) : f_expr) fixed this problem. (See: editor.js:1:1715037-1715099).

@siku2 siku2 merged commit f190591 into siku2:master Feb 9, 2022
@wkordalski wkordalski deleted the update-monaco branch March 22, 2022 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants