Skip to content

Releases: CodinGame/monaco-vscode-api

v25.1.1

Choose a tag to compare

@github-actions github-actions released this 02 Feb 14:54
a1cadcb

25.1.1 (2026-02-02)

Bugfixes

  • missing ICodeCompareModelService (f075f78)

v25.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 18:04
dbab616

25.1.0 (2026-01-29)

New features

  • add terminal.integrated.preserveDrawingBuffer setting (609ea96)

Libraries

  • update all dependencies (f9c4226)
  • update to vscode 1.108.2 (18ed545)

v25.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 14:46
052b247

25.0.1 (2026-01-21)

Bugfixes

Libraries

  • update to VSCode 1.108.1 (88271e4)

v25.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jan 09:40
35bf85d

25.0.0 (2026-01-12)

⚠ BREAKING CHANGES

  • update to VSCode 1.108 and its dependencies

Refactor

Cleanup

  • remove now useless patch (51d8ae2)

Libraries

  • demo: update local dependencies (aec98bb)
  • update all dependencies (cf644c3)
  • update to VSCode 1.108 and its dependencies (bc5f4d1)

v24.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Jan 13:42
1add304

24.3.0 (2026-01-07)

New features

  • add a way to update policies (5eb6295)

Bugfixes

  • respect isRegExp option in WorkspaceSearchProvider (65f8911)

v24.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 14:35

24.2.0 (2025-12-19)

New features

  • support disabling view containers (2002573)

v24.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Dec 18:27

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

Choose a tag to compare

@github-actions github-actions released this 18 Dec 15:09
b50c67b

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

Choose a tag to compare

@github-actions github-actions released this 16 Dec 09:42
5a953ac

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

Choose a tag to compare

@github-actions github-actions released this 09 Dec 15:18
50132ec

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)