Skip to content

Releases: CodinGame/monaco-vscode-api

v20.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:39
a0d8db7

20.3.1 (2025-08-25)

Bugfixes

  • make sure there is no space in asset names (4eca93f)
  • stop using deprecated field (35dd919)

v20.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:54
f73add3

20.3.0 (2025-08-22)

New features

  • update to VSCode 1.103.2 (5180691)

Bugfixes

  • prevent crashing on invalid open-vsx payload (c834909)
  • properly extract icon fontPath (5c25d25)

Libraries

v20.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:27

20.2.1 (2025-08-18)

Bugfixes

  • remove non functioning condition (d88a90b)

v20.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 12:28
72a7949

20.2.0 (2025-08-18)

New features

  • add missing assignment service override (948079c)

Bugfixes

  • demo: use assignment service override to fix open-vsx errors (93bf2bb)
  • do not override whole editor types (bf85d4b)
  • do not remove comments from d.ts files (8d7d8a3)

Refactor

Libraries

v20.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 13:34

20.1.1 (2025-08-14)

Bugfixes

v20.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:35
cf26c5b

20.1.0 (2025-08-14)

New features

  • update to vscode 1.103.1 (f4bda20)

Bugfixes

  • empty service impl instead of unsupported error (b76b901)
  • properly tag vscode element (bed9817)

Refactor

v20.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 18:00

20.0.1 (2025-08-12)

Bugfixes

  • remove all usages of amdX.js (a7cef30)

v20.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 16:43
1b1c82c

20.0.0 (2025-08-11)

⚠ BREAKING CHANGES

  • update to VSCode 1.103.0

Bugfixes

  • do not import chat stuff from terminal service override (19925f5)
  • hotfix vscode, stop leaking uncaught errors (6a0a15a)

Refactor

Documentation

  • add missing instruction in readme (3c0d711)

Libraries

  • demo: update local dependencies (e760d26)
  • update to VSCode 1.103.0 (2a6082f)

v19.1.4

Choose a tag to compare

@github-actions github-actions released this 11 Aug 07:13

19.1.4 (2025-08-11)

Bugfixes

  • fix clearTimeout overriding on mainWindow, instead of the context window (f622702)

v19.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Aug 08:25

19.1.3 (2025-08-08)

Bugfixes

  • make publish process more resilient (fa212a4)