Skip to content

Releases: CodinGame/monaco-vscode-api

v10.1.4

31 Oct 09:08
acc94fc
Compare
Choose a tag to compare

10.1.4 (2024-10-31)

Bugfixes

  • force load history service (0c33325)

v10.1.3

29 Oct 18:11
0ef170c
Compare
Choose a tag to compare

10.1.3 (2024-10-29)

Bugfixes

v10.1.2

29 Oct 13:33
5cf6de8
Compare
Choose a tag to compare

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

22 Oct 15:57
7b38686
Compare
Choose a tag to compare

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

21 Oct 10:33
28f8afc
Compare
Choose a tag to compare

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.2

11 Oct 13:13
a56e1d7
Compare
Choose a tag to compare

10.0.2 (2024-10-11)

Libraries

  • update to VSCode 1.94.2 (e494af2)

v10.0.1

09 Oct 19:45
77c178b
Compare
Choose a tag to compare

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

  • demo: update dependencies (0b834a1)
  • update to VSCode 1.94.1 (e41e604)

v10.0.0

07 Oct 19:46
ac2bf1a
Compare
Choose a tag to compare

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

23 Sep 08:24
61752f5
Compare
Choose a tag to compare

9.0.4 (2024-09-23)

Libraries

  • update monaco-editor to v0.52 (b05697a)

v9.0.3

17 Sep 17:14
Compare
Choose a tag to compare

9.0.3 (2024-09-17)

Bugfixes