Skip to content

Releases: CodinGame/monaco-vscode-api

v19.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:08

19.1.2 (2025-08-07)

Bugfixes

  • fix setTimeout overriding on mainWindow, instead of the context window (132bcb4)

v19.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 14:26
02b45cf

19.1.1 (2025-08-07)

Bugfixes

  • allow global keybindings for registered containers (06b3f94)

v19.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:37
4ea73f7

19.1.0 (2025-08-07)

New features

  • demo: add button to access sandbox mode (4960fa7)
  • demo: implement sandbox iframe mode (c50c8c5)
  • support loading vscode in an iframe (07e23d8)

Bugfixes

  • also register the quick input container in keybinding service (a1c2899)
  • backport fix (7d13d50)
  • fix webview even handling (0fc0d31)
  • properly close auxiliary windows (d3448c8)
  • wrong used variable + add comment (9e8915d)

Refactor

  • make the editor register themself in the keybinding service (13e0a64)
  • update documentation (bc95f1d)

Libraries

v19.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:48

19.0.2 (2025-08-04)

Bugfixes

  • fix shadow dom event handler (b98e27f)

v19.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:43
a41a186

19.0.1 (2025-08-01)

Bugfixes

  • fix duplicated injected style tags when using shadow dom (4b4aed1)

v19.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:23
a4f9c45

19.0.0 (2025-07-31)

⚠ BREAKING CHANGES

  • update to VSCode 1.102.3

New features

  • demo: install new service override (a443501)
  • demo: install simple browser (93d305d)

Bugfixes

Refactor

  • adapt to VSCode internal changes (b5c3a0d)
  • demo: adapt to VSCode internal changes (95b7c0a)

Libraries

  • demo: update dependencies (e4cae38)
  • update all dependencies (bcbb9b9)
  • update to VSCode 1.102.3 (837e72e)

v18.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:19
c6891bd

18.4.0 (2025-07-18)

New features

  • add demo dependencies (772d054)
  • add IWorkbenchThemeService to export list (af70d38)

v18.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:53
f2d4f09

18.3.1 (2025-07-15)

Bugfixes

  • do not ignore call to openEditor from StandaloneEditorPane on a different model (8f3182a)

v18.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:35
756a503

18.3.0 (2025-07-11)

New features

  • prevent IDE from entering fullscreen if not occupying the entire screen (8ada77a)

v18.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 12:39
d59816f

18.2.2 (2025-07-09)

Bugfixes

  • dummy implement editingSessionsObs (3dbc081)
  • reference interface type (4aa7aab)