Skip to content

Releases: CodinGame/monaco-vscode-api

v4.0.0

09 Apr 09:32
11f634c
Compare
Choose a tag to compare

4.0.0 (2024-04-09)

⚠ BREAKING CHANGES

  • update to VSCode 1.88

Bugfixes

  • add missing new service (b229818)
  • demo: update VSCode api usage (63778b7)
  • import style (ad725a1)
  • properly delete arg after using it (13cefb9)

Cleanup

  • stop trying to detect module side effects, assume true (f9ef1ee)

Documentation

Libraries

v3.2.3

29 Mar 11:22
7b84fb7
Compare
Choose a tag to compare

3.2.3 (2024-03-29)

Bugfixes

  • make default implementation not crash (0e34bf4)
  • missing service override (f47636e)
  • use commit in commit field instead of tag (4466232)

Cleanup

Documentation

  • add documentation on how to install and run a server (4fef72c)
  • implement review comments (17423bc)
  • update monaco-editor-webpack-plugin descripton with regard to languages (64f135e)

Libraries

  • demo: update dependencies (94d9a9b)

v3.2.2

22 Mar 10:00
26e64fe
Compare
Choose a tag to compare

3.2.2 (2024-03-22)

Bugfixes

  • remove unused dependency (02d3c15)

v3.2.1

21 Mar 13:49
0d76058
Compare
Choose a tag to compare

3.2.1 (2024-03-21)

Bugfixes

  • create VSCode workspace for eslint to work in the demo (c218406)
  • demo: fix eslint config (2b13fe3)
  • demo: fix eslint warnings (ac9166d)
  • demo: lint before building (a72d8ed)
  • do not re-export terminal services to prevent referencing optional xterm dependencies (0dd994c)
  • fix augmented editor types (b86a3e0)
  • wrong import path (a26fbec)

Libraries

  • demo: update all dependencies (dec7d57)

v3.2.0

20 Mar 21:52
9cea7ff
Compare
Choose a tag to compare

3.2.0 (2024-03-20)

New features

  • add a way to override user home (14a1040)
  • bundle monaco standalone languages and features (7aa7994)
  • demo: add reset layout button (c72bed6)

Bugfixes

  • autosquash patch commits (0e278fe)
  • demo: configure user home directory (09048c0)
  • demo: stop forcing restoreEditors (5eb0669)
  • do not include external types (4d7eeae)
  • fix semver bundling (41e0264)
  • include marked and semver to not trigger vulnerability alerts on final project (0cdbf19)
  • reexport worker methods (fd11ed7)
  • use monaco-editor types (c5ee827)
  • wait for services to be ready from monaco language features (3ebee25)
  • wrong import (ffbbcef)

Refactor

  • properly move service to base service overrides (89e620c)

Cleanup

  • remove dedup of removed lib (b436e12)
  • remove duplicated param (343f811)

Documentation

Libraries

  • update all dependencies (d5bdedb)

v3.1.2

14 Mar 13:30
74c6893
Compare
Choose a tag to compare

3.1.2 (2024-03-14)

Bugfixes

  • hide terminal tab when there is no backend (284fe15)
  • switch from github pages to netlify (2547181)
  • update mtime on change (e143e36)

Libraries

  • update to vscode 1.87.2 (c7c046c)

v3.1.1

12 Mar 17:49
Compare
Choose a tag to compare

3.1.1 (2024-03-12)

Bugfixes

  • display error when language pack is loaded too late (1779834)
  • make field protected (0abb2dd)
  • remove commit hash from patches (8d43a09)

v3.1.0

12 Mar 07:33
f73ae3e
Compare
Choose a tag to compare

3.1.0 (2024-03-12)

update VSCode to 1.87.1

New features

  • allow to override storage service default values (691e614)
  • demo: add window indicator (1317568)
  • demo: hide account actions (fab1513)
  • demo: use storage override instead of updating service (111f0b9)
  • expose registerWorkbenchContribution function (2e6a9ce)
  • extract explorer service override (252db7e)

Bugfixes

  • add missing contributions (0812429)
  • add missing services (1e2aab5)
  • demo: add explorer service override (7880dfb)
  • demo: properly set default views (5589543)
  • demo: remove unused imports (6556c8c)
  • fix vsix plugin on window (9fcfeaf)
  • fix workbench contribution filter (bd1aab1)
  • inverted condition (8744b21)
  • missing assets (0f4e4a3)
  • missing contribution and service override (27c0436)
  • missing view restoration code (741bd4a)
  • properly return container when it's the body itself (a3a1bcf)
  • revert service worker as it conflict with webviews (01d8d53)
  • update VSCode (be55bef)

Refactor

  • improve patch management (757856b)

Cleanup

  • stop removing some code (83e15bf)

Documentation

  • add upgrade instruction (29acd5c)
  • demo: allow loading assets from extension store (7864fdc)
  • demo: fix build (c03d067)

Libraries

v3.0.0

05 Mar 22:05
9e1f5bf
Compare
Choose a tag to compare

3.0.0 (2024-03-05)

⚠ BREAKING CHANGES

  • update VSCode to 1.87.0

New features

  • demo: remove debugger button and use VSCode button instead (d126e80)

Bugfixes

  • demo: missing file inclusion (810e913)
  • demo: only system extensions can use api proposals (943a255)
  • demo: replace vite server headers by service worker (15f2728)
  • do not ask the user to provide services (d3e5169)
  • export missing class (be3e6b7)
  • forward more methods to delegate (756ab31)
  • improve SimpleEditorPane implementation (0a9fc68)
  • properly register resource context keys (6cc9ce9)
  • register missing assets (255051a)
  • stop removing some code we may want (91f6f72)

Refactor

Cleanup

  • demo: remove usage of removed service override (d79cf0a)
  • demo: remove useless cdn url (c6af654)
  • remove warning/error ignore comments (ed752e5)

Documentation

  • add troubleshooting section (9ee4e3f)

Libraries

  • demo: update all dependencies (d8b0c32)
  • update all dependencies (38b01ff)
  • update VSCode to 1.87.0 (face26f)

v2.2.2

28 Feb 09:25
eeb438f
Compare
Choose a tag to compare

2.2.2 (2024-02-28)

Bugfixes

  • export missing service (21ca898)
  • fix fullscreen detection false positive (a5a656c)
  • give access to scrollbar element to view/editors (df47df5)
  • properly add class on standalone editors and diff editors (872e560)