Releases: CodinGame/monaco-vscode-api
Releases · CodinGame/monaco-vscode-api
v10.1.4
10.1.4 (2024-10-31)
Bugfixes
- force load history service (0c33325)
v10.1.2
10.1.2 (2024-10-29)
Bugfixes
- fix broken VSCode worker bootstrap (a75a049)
- use new shorted syntax for workers (e94eb71)
Documentation
- update of README.md with the new wiki (bcb94e7)
v10.1.1
10.1.1 (2024-10-22)
Bugfixes
- add a check to make sure the main package doesn't have unwanted dependencies (ea3c341)
- mark specific module as no side effect (0a988b1)
- refactor a bit VSCode (d579da1)
Documentation
- add vite commonjs troubleshooting section (945f35a)
Libraries
- demo: update package-lock (3c993fa)
v10.1.0
10.1.0 (2024-10-21)
New features
- expose setUnexpectedErrorHandler method (6614a05)
- improve unsupported error message (4a8d1b3)
Bugfixes
- allow data-urls connection in extension worker (f34018c)
- demo: register error handle in non-workbench demo (5523319)
- do not throw error from IEnvironmentVariableService (6009315)
- register error handler in workbench (bdc5bf9)
- wrong loader name (00a3a0b)
v10.0.1
10.0.1 (2024-10-09)
Bugfixes
- demo: disable asset inlining (39fc415)
- demo: disable minifySyntax as it breaks the demo for some reasons (9f1e934)
Libraries
v10.0.0
10.0.0 (2024-10-07)
⚠ BREAKING CHANGES
New features
- demo: install and demo treesitter (b3ac17a)
- support new treesitter syntax highlighting (753cd02)
Bugfixes
- fix demo build (7946aa5)
- fix import-meta-asset-plugin resolution (4460d21)
Refactor
Documentation
- document new treesitter service override (ac2bf1a)
Libraries
v9.0.4
9.0.4 (2024-09-23)
Libraries
- update monaco-editor to v0.52 (b05697a)
v9.0.3
9.0.3 (2024-09-17)
Bugfixes