Skip to content

Releases: CodinGame/monaco-vscode-api

v21.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:33
279b67f

21.3.0 (2025-09-26)

New features

  • update to vscode 1.104.2 (a4e3924)

Bugfixes

  • fix slow webview loading (0419c98)

v21.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 17:59

21.2.1 (2025-09-23)

Libraries

  • update all dependencies (ed65586)

v21.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 17:13

21.2.0 (2025-09-23)

New features

  • add customEditorRestore in layout options (fee1599)

Bugfixes

  • patch xterm for firefox in shadow dom mode (8389c38)

v21.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 12:53

21.1.0 (2025-09-18)

New features

  • update to vscode 1.104.1 (5dacd66)

Bugfixes

  • properly handle commands from workbench construct options (a2aa88d)
  • properly set hasLocalProcess option (ee7f439)
  • properly use IExtensionResourceLoaderService (8973704)
  • stop throwing errors for unsupported methods (91b0fc4)
  • use IBuiltinExtensionsScannerService to load extension sooner (d0a4c43)

Libraries

  • demo: update local dependencies (07f1a96)

v21.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 13:56
cdb6858

21.0.1 (2025-09-15)

Cleanup

  • demo: remove now unused patch & remove patch-package (a14780b)
  • demo: remove now unused treatment (d0d0ffd)

Libraries

  • synchronize vscode dependency versions & update all others (6fab31a)

v21.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 07:45
3e4d7eb

21.0.0 (2025-09-12)

⚠ BREAKING CHANGES

  • update vscode to 1.104

Refactor

  • demo: update local dependencies (a848d75)
  • synchronize webview html (8fbc1a1)

Cleanup

Libraries

v20.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 14:25
81cfe43

20.5.0 (2025-09-09)

New features

  • allow forcing supported task types (f13fbf9)
  • expose and use new editor.worker.start (a354245)

Bugfixes

Refactor

Cleanup

  • remove backward compatibility code (d3fcbe9)

Libraries

v20.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 15:52
b2f6e4e

20.4.1 (2025-09-05)

Bugfixes

  • make it so fileService supports loading data urls (7eedf81)

v20.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 09:35
e1687e1

20.4.0 (2025-08-26)

New features

  • vscode-search: add full workspace search provider integrated with VSCode file system (b00a45e)

v20.3.2

Choose a tag to compare

@github-actions github-actions released this 25 Aug 16:22
7a02da8

20.3.2 (2025-08-25)

Bugfixes

  • properly detect page reload when in sandbox mode (60fe21a)