Skip to content

Releases: CodinGame/monaco-vscode-api

v4.4.1

18 Apr 09:47
2536025
Compare
Choose a tag to compare

4.4.1 (2024-04-18)

Bugfixes

  • make parameter optional (b257bf1)

v4.4.0

18 Apr 08:42
41894a1
Compare
Choose a tag to compare

4.4.0 (2024-04-18)

New features

  • add a function to replace the filesystem by the HTMLFileSystemProvider (43ae070)
  • add a way to use web versions of dialogs and search services (57766b9)
  • add localFileSearch worker (e35b11e)
  • add new EmptyFileSystemProvider (cb6acd2)
  • demo: Add search param that replaces the filesystem by the html filesystem (e1fba76)
  • export OverlayFileSystemProvider (df27332)
  • export some function that may be useful (43e515e)

Bugfixes

  • demo: add local file search worker (2b5d706)
  • demo: disable some features when html filesystem is used (f2b69d4)
  • demo: make it build (b3a467f)
  • use the replaced overlay filesystem (68ae5f3)
  • wrong used variable (1cadd7c)

Refactor

  • demo: use registered file instead of initFIle (06a118e)
  • rename class (7cb965c)

Cleanup

  • remove patch signatures (1568d1d)

Documentation

v4.3.2

17 Apr 12:19
59fd467
Compare
Choose a tag to compare

4.3.2 (2024-04-17)

Refactor

  • import splitted extension points (b2470cb)
  • split extension point and service (5552cbd)
  • split extension point instead of creating them all in single file (dfdca60)
  • use splitted extension point and service (6afb354)

v4.3.1

15 Apr 18:59
2819ccd
Compare
Choose a tag to compare

4.3.1 (2024-04-15)

Bugfixes

  • check on _webviewIframeAlternateDomains in workbench override (c773779)
  • do not immediately ignore thrown error (14e4e3a)
  • use custom languagedetection build that better supports the browser (5f2d8f0)

Cleanup

  • remove unused parameter (36c9c23)

v4.3.0

15 Apr 12:59
31b0f56
Compare
Choose a tag to compare

4.3.0 (2024-04-15)

New features

  • demo: add new service override (5cb973a)
  • Split welcome and walkthrough contributions (1d25203)

Bugfixes

  • dedup non-exclusive external dependencies (8929482)
  • move action to contribution file (bebabb0)

Documentation

v4.2.1

12 Apr 12:24
55b33b4
Compare
Choose a tag to compare

4.2.1 (2024-04-12)

Bugfixes

  • update to VSCode 1.88.1 (34f1b41)

v4.2.0

12 Apr 08:32
89bd0cb
Compare
Choose a tag to compare

4.2.0 (2024-04-12)

New features

  • add secret storage service (2227097)

Bugfixes

  • do not import the whole workbench (3ff9ef9)
  • DomListener has side effects (4b76836)
  • export some missing interfaces (9d4029a)
  • make editor api compatible with monaco-graphql (072958c)
  • remove cyclic dependency (70a9854)

Refactor

v4.1.2

10 Apr 09:48
cf3e9ea
Compare
Choose a tag to compare

4.1.2 (2024-04-10)

Bugfixes

  • export missing interfaces (87a8fa6)
  • fix welcome image on windows (8ff7f65)
  • import proper contribution (9d8b6e4)
  • squash fixup commits... (d654bec)

Refactor

  • demo: clean package-lock (70a7e86)

Cleanup

  • demo: remove useless node options (4e8f401)

v4.1.1

09 Apr 19:03
ba94138
Compare
Choose a tag to compare

4.1.1 (2024-04-09)

Bugfixes

  • do not import the whole workbench (43cc9db)
  • do not throw errors but do nothing instead (0a875ec)
  • missing service override (ef35bae)
  • squash fixup commits (c09f7e9)

Cleanup

  • demo: remove finalized api proposal enablement (e0b1fa4)

v4.1.0

09 Apr 13:50
689fcbc
Compare
Choose a tag to compare

4.1.0 (2024-04-09)

New features

  • demo: set product name (009d83e)
  • demo: use localization service override (d020016)
  • implements getExtensionIdProvidingCurrentLocale (0cdf69e)
  • localization service override (1fc3c87)

Bugfixes

  • prevent setting unsupported language (cfa3085)
  • return None event instead of an error (86c63b0)
  • share l10n (eaa9df3)

Cleanup

  • demo: remove language selector combo (13b2e75)