Skip to content

Releases: CodinGame/monaco-vscode-api

v32.0.2

Choose a tag to compare

@github-actions github-actions released this 15 May 12:52

32.0.2 (2026-05-15)

Bugfixes

  • synchronize webview html with source (04d29f4)

v32.0.1

Choose a tag to compare

@github-actions github-actions released this 15 May 10:10

32.0.1 (2026-05-15)

Bugfixes

  • add missing contributions (218b6b0)

v32.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 17:41
f80624e

32.0.0 (2026-05-13)

⚠ BREAKING CHANGES

  • update to VSCode 1.120

Libraries

  • demo: update local dependencies (48f1310)
  • update dependencies (8f5e254)
  • update to VSCode 1.120 (692056b)

v31.0.1

Choose a tag to compare

@github-actions github-actions released this 07 May 15:24
df75bb8

31.0.1 (2026-05-07)

Bugfixes

  • make standalone workers support worker options (b697593)

v31.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 10:58
8660fb4

31.0.0 (2026-04-28)

⚠ BREAKING CHANGES

  • update to vscode 1.117

Bugfixes

  • demo: add new property (04e599e)
  • fix usage of unsupported decorator (96b9665)
  • missing annotations (5d37cfe)
  • new import syntax after lib update (f5df76c)
  • rollback to npm 11.1.0 as it's the last version supported by vscode (fc32f95)
  • start scripts with mise-en-place to enforce node/npm versions (3f6a02e)

Refactor

  • add a script to check unsupported decorator usage (e4fcf59)

Libraries

v30.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Apr 08:08
21b7409

30.0.1 (2026-04-13)

Bugfixes

v30.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:03
483c6e8

30.0.0 (2026-04-01)

⚠ BREAKING CHANGES

  • vscode 1.114

Refactor

Libraries

v29.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 14:42

29.1.1 (2026-03-31)

Bugfixes

Refactor

v29.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 12:38

29.1.0 (2026-03-31)

New features

  • handle theme include in extension resources (e929147)

Bugfixes

v29.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 14:15
38ebf83

29.0.0 (2026-03-30)

⚠ BREAKING CHANGES

  • update VSCode to 1.113

New features

  • export AbstractMessageLogger and AbstractLogger (3a355f0)

Bugfixes

  • check that the configuration default value wasn't overriden (7902bb7)
  • fix duplicated import (6363169)
  • make extractServices script more robust (ed56f39)
  • misconfigured annotations (b7df2af)
  • use proper implementation (aa17e7b)

Cleanup

  • remove unwanted code sooner (473ea1c)

Libraries