Releases: CodinGame/monaco-vscode-api
Releases · CodinGame/monaco-vscode-api
Release list
v32.0.2
v32.0.1
v32.0.0
v31.0.1
v31.0.0
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
v30.0.0
v29.1.1
v29.1.0
v29.0.0
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)