Skip to content

Releases: CodinGame/monaco-vscode-api

v27.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Mar 18:02
f2a036f

27.0.0 (2026-03-05)

⚠ BREAKING CHANGES

  • update to VSCode 1.110

Bugfixes

  • improve shadow dom feature (e155191)
  • move random service to base (9a8d4f6)

Libraries

v26.2.2

Choose a tag to compare

@github-actions github-actions released this 05 Mar 09:33
f4ad3fa

26.2.2 (2026-03-05)

Bugfixes

  • better supports being loaded as sandbox mode (f6461cf)
  • replace not-supported by empty impl (de54179)

v26.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Feb 13:38
ed9b928

26.2.1 (2026-02-23)

Bugfixes

  • missing markdown renderer registration (11d3c1b)

v26.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Feb 09:38
0fd1a6a

26.2.0 (2026-02-19)

New features

  • allow defining the workspace id (f254c26)
  • allow to override current workspace storage home (f5374e1)
  • rework storage service override (2b391a1)

Bugfixes

  • add missing capability (127148c)
  • improve DelegateFileSystemProvider (e1e760b)
  • throw most relevant error (2696ba6)

Refactor

  • stop recreating enum now that we un-const them (14f72ee)

v26.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Feb 13:36
5989a93

26.1.2 (2026-02-13)

Libraries

  • update to VSCode 1.109.3 (c1f2a3b)

v26.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 12:38

26.1.1 (2026-02-12)

Bugfixes

  • wrongly marked unsupported method (2a649f0)

v26.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 15:01
b1d6593

26.1.0 (2026-02-11)

New features

  • warn failing asset resolution (11b8b45)

Bugfixes

  • handle weird relative asset import from css files (c4fc238)

Libraries

  • update to vscode 1.109.2 (1db7e1b)

v26.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 16:25

26.0.1 (2026-02-10)

Bugfixes

Cleanup

  • respect VSCode code conventions (9df2343)

v26.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 15:34
e3222a0

26.0.0 (2026-02-09)

⚠ BREAKING CHANGES

  • update to VSCode 1.109.0

New features

  • asset-glob-meta-url: support loading from node_modules (f76720b)
  • support new css extension point (b459172)

Bugfixes

  • css-import-plugin: generate asset sooner, and properly replace them in output (af2e160)
  • css: properly resolve assets (e08a79f)
  • fix error message rendering (56be606)
  • fix tree-sitter service override (4195d40)
  • force recast to prettyPrint (50ab3dc)
  • only import chat-related stuff from chat (79ee34d)

Refactor

  • demo: update local dependencies, add new one (b232d17)

Libraries

  • update all dependencies (f91a568)
  • update to VSCode 1.109.0 (0ffa997)

v25.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Feb 13:37
88930c9

25.1.2 (2026-02-03)

Bugfixes

  • internalize textmate and oniguruma (30ffd65)
  • make meta-asset plugin handle internalizing external assets (b39f299)
  • make update-vscode-deps script handle dev dependencies (64a1f71)
  • properly sanitize fileNames (a369067)
  • properly transform textmate and oniguruma to esm (0539c2b)
  • remove now breaking code (6b53fd9)

Refactor