Skip to content

Releases: CodinGame/monaco-vscode-api

v24.2.0

19 Dec 14:35

Choose a tag to compare

24.2.0 (2025-12-19)

New features

  • support disabling view containers (2002573)

v24.1.1

18 Dec 18:27

Choose a tag to compare

24.1.1 (2025-12-18)

Bugfixes

  • fix extension gallery manifest overriding feature (a4dfdc7)
  • remove problematic code causing issues with webpack and other bundlers (328d6d1)

v24.1.0

18 Dec 15:09
b50c67b

Choose a tag to compare

24.1.0 (2025-12-18)

New features

  • add a way to transform extension gallery manifest (3eaef04)

Bugfixes

  • only import type, break cyclic dependency (e058b89)
  • package was changed (ca91873)
  • stop forcing external expression (1e32e55)
  • suppress unhelpful warning (51d02aa)

Refactor

Libraries

  • demo: update local dependencies (c7f7610)
  • demo: update xterm patch (f2b8a03)
  • update to VSCode 1.107.1 (fd7575c)

v24.0.0

16 Dec 09:42
5a953ac

Choose a tag to compare

24.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • make the extension host worker use the regular worker loading workflow
  • update to VSCode 1.107

Bugfixes

  • export required type (0eb28cd)
  • fix screencast mode mouse marker position (beae661)
  • ignore syntax in some files (3bbf96a)
  • make product first optional (8632484)
  • properly inject global style into auxiliary windows (79d5ce4)
  • VSCode build scripts are run in ts directly now (4326b5b)

Refactor

  • adapt code to VSCode update (74c32a1)
  • demo: update worker configuration (d36a9eb)
  • make the extension host worker use the regular worker loading workflow (52458d7)
  • synchronize VSCode assets (c00b528)

Cleanup

  • demo: remove useless code (74227f3)
  • remove backward compatibility code (d30fca7)

Libraries

  • demo: update local dependencies (83e0f22)
  • update dependencies (9c177b2)
  • update to VSCode 1.107 (968ebf3)

v23.3.0

09 Dec 15:18
50132ec

Choose a tag to compare

23.3.0 (2025-12-09)

New features

  • add a way to override keycode locking (5812774)

Bugfixes

  • use navigator from mainWindow (cedf1c9)

Refactor

  • reformat patched code after VSCode tool update (910a2bf)

v23.2.2

26 Nov 09:23
cd8cdbc

Choose a tag to compare

23.2.2 (2025-11-26)

Bugfixes

  • properly bundle standalone monarch languages (2e5a6ab)
  • wrong manifest entrypoint (9cfba00)

v23.2.1

25 Nov 16:51
21c4067

Choose a tag to compare

23.2.1 (2025-11-25)

Bugfixes

  • generate standalone language features package with correct types (c4c6933)
  • patch monaco-editor to make generated code importable (5110bfc)

Refactor

  • add a way to patch monaco-editor (1afa7b7)

Cleanup

  • stop replacing editor types (73947a4)

v23.2.0

25 Nov 10:09
84b142c

Choose a tag to compare

23.2.0 (2025-11-25)

New features

  • take into account monaco-editor dependecy versions (a687dc7)

Refactor

  • update demo dependencies (3a98ba0)
  • update monaco-editor build script to handle new packaging (c0b6011)

Libraries

v23.1.1

24 Nov 17:30
c282f38

Choose a tag to compare

23.1.1 (2025-11-24)

Bugfixes

  • add missing contributuions (2c25c62)
  • improve fullscreen detection (397d111)
  • move textInputActions to viewcommon (6074b9a)

Refactor

  • update demo dependencies (4b5ed1f)

v23.1.0

21 Nov 09:52
09a7f2e

Choose a tag to compare

23.1.0 (2025-11-21)

New features

  • add a way to override onDidChangeFullScreen (ea00ca0)
  • add policy service override (3a3664f)