Skip to content

Releases: CodinGame/monaco-vscode-api

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

v9.0.2

17 Sep 16:40
Compare
Choose a tag to compare

9.0.2 (2024-09-17)

Libraries

v9.0.1

17 Sep 16:06
eff9d51
Compare
Choose a tag to compare

9.0.1 (2024-09-17)

Bugfixes

  • use workbench editor worker service (c636650)

v9.0.0

16 Sep 07:25
046cac9
Compare
Choose a tag to compare

9.0.0 (2024-09-16)

⚠ BREAKING CHANGES

  • Update to VSCode 1.93.1

⚠️Worker names were changed⚠️
editorWorkerService => TextEditorWorker
textMateWorker => TextMateWorker
outputLinkComputer => OutputLinkDetectionWorker
languageDetectionWorkerService => LanguageDetectionWorker
notebookEditorWorkerService => NotebookEditorWorker
localFileSearchWorker => LocalFileSearchWorker

Bugfixes

  • apply updated eslint config (649878a)
  • do not reinstall monaco-editor each time (5b969dc)

v8.0.4

26 Aug 07:21
c61f3e9
Compare
Choose a tag to compare

8.0.4 (2024-08-26)

Bugfixes

  • update reference to renamed module (7d6f7dc)