Skip to content

Releases: CodinGame/monaco-vscode-api

v35.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 06:33
ff3a69f

35.0.0 (2026-07-09)

⚠ BREAKING CHANGES

  • update to VSCode 1.128

Bugfixes

  • demo: missing package-package (410d4cd)

Refactor

Libraries

v34.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:17

34.1.3 (2026-06-29)

Bugfixes

Refactor

  • switch from eslint to oxlint (a63f02e)

Libraries

v34.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:46
3a1b94c

34.1.2 (2026-06-29)

Bugfixes

  • use dom manipulation tools everywhere (ca22f0a)

v34.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:17

34.1.1 (2026-06-25)

Bugfixes

  • fix css variables in shadow dom, use :host on top of :root (6688db6)

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