Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 07:33
· 274 commits to main since this release
f73ae3e

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