Skip to content

Releases: CodinGame/monaco-vscode-api

v34.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:20
941aff9

34.1.0 (2026-06-25)

New features

  • demo: add persistent filesystem overlay base on the HTMLFileSystemProvider (928fe97)
  • expose createHTMLFileSystemProvider (641f692)

Bugfixes

  • implement missing readFileStream (cb7f168)
  • only inject styles in the shadow dom (652df7a)

Refactor

  • demo: store the whole workspace (b7efab5)

v34.0.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 13:41
dc3fa6c

34.0.3 (2026-06-18)

Bugfixes

  • add missing export (4c892b3)
  • demo: configure chat entitlement out of the box (c28eaf5)
  • invalidate default configuration cache when given default configuration changes (614aba6)
  • remove check that prevents ai-chat to be open by default is web-only envs (b364238)

v34.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:59

34.0.2 (2026-06-17)

Bugfixes

  • using proper window ResizeObserver (d7c82d2)

v34.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:43

34.0.1 (2026-06-16)

Bugfixes

  • properly handle readFileStream errors in multiple delegate scenario (6c5133f)

v34.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:08

34.0.0 (2026-06-16)

⚠ BREAKING CHANGES

  • update VSCode to 1.124

New features

  • add a skill to help upgrading VSCode (eee0dd8)
  • deploy demo on PRs (abfa40e)
  • update to VSCode 1.124.0 (0e04a04)

Bugfixes

  • add missing parameter (88fed29)
  • better handle default view container not being registered (b94a2f5)
  • demo: fix build (775b4a4)
  • properly report error on stream in readFileStream (7e45828)

Refactor

  • patch vite to better handle assets in serve mode (e06ad05)
  • regenerate package-lock (1b351a9)

Cleanup

  • demo: remove now useless plugins (42d48a0)

Libraries

v33.0.9

Choose a tag to compare

@github-actions github-actions released this 22 May 14:52

33.0.9 (2026-05-26)

⚠ BREAKING CHANGES

  • VSCode 1.121

New features

Bugfixes

Libraries

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)