Skip to content

Releases: CodinGame/monaco-vscode-api

v1.81.0

10 Aug 08:14
3b1acfe
Compare
Choose a tag to compare

1.81.0 (2023-08-10)

  • clean: remove unused dependency (0f7281c)
  • lib(demo): update dependencies (6de6f23)
  • feat: make logLevel configurable (c70027f)
  • fix: restore commented CSP (5f2b0c7)
  • clean: remove unused file patch (c140057)
  • fix: for extHost ILoggerService even for local extHost (1e06c18)
  • fix: remove "manage extension" notif button (e166dae)
  • fix: adapt code to vscode code changes (f44d554)
  • lib: update dependencies, including monaco/vscode (e92f64d)
  • feat: add overridable storage service (8250a40)
  • fix: always register file service override (0b0f4e4)
  • fix: proxify all namespaces (8c0e697)
  • clean: remove useless types (191dffa)
  • fix: fix audioCue mp3 files loading (bd2fb00)
  • fix: fix terminals (1109f93)
  • fix(demo): make it so the status bar is visible by default (9533af6)
  • feat: import missing contributions (457970e)
  • doc: add new service override in README (1a4b7da)
  • feat(demo): add all default languages (d2f71e7)
  • feat: add a way to register custom editor pane (7e8bbde)
  • fix: add missing id/classname on views (898cce2)
  • fix: add some missing classnames (6b0e2d6)
  • feat(demo): use language detection service (806ed65)
  • feat: language detection service override (66aa842)
  • feat: remove vscode code that uses proprietary code (f78c63e)
  • fix: missing service (1c3fb86)
  • fix: automatically list files (de073b2)
  • doc: add new service override in README (572d107)
  • fix(demo): properly resolve import.meta.url in watch mode (7c86273)
  • fix: let final project resolve textmate wasm (e641ac3)
  • fix: help rollup resolving file urls (70a9047)
  • fix: wait for services to be ready before registering extensions (23e5ef1)
  • fix: automatically detect mime types (6a4e1fa)
  • doc: update readme (2ce3e71)
  • feat(demo): serve assets/workers/iframes from another host (745b6c0)
  • feat(demo): enable worker ext host (c1f2681)
  • feat(demo): add vite worker hack helpers (6dc4eb1)
  • fix(demo): update api usage (7bc94ad)
  • fix(demo): use proper api (0711083)
  • fix(demo): update vite configs (f26db44)
  • lib(demo): update dependencies (27f094c)
  • lib: update dependencies, remove unused and add missing (a9fb705)
  • fix: prevent rollup from generating *.d2.ts files (2da633d)
  • fix: pull extension code source maps (a65a7da)
  • feat: rework extension management (c88d3ff)
  • clean: remove unused service (c5ad29a)
  • feat: keep whole api implementation, stop overriding it (a1dc904)
  • feat: use import.meta.url syntax for extension assets (752c9e1)
  • fix: do not make request to vscode cdn to display webviews (3ad9e81)
  • feat: use import.meta.url syntax for all assets (b45d7e2)
  • fix: another eslint allowed extension (aac7fb1)
  • fix: missing type reference (db92ba3)
  • feat: extensionHost worker (71c3f34)
  • feat: more required changes to vscode (fb4774c)
  • fix: keep vscode html files (3423dbf)
  • refactor: build default extensions in another rollup config (41c140a)
  • feat: allow to provide a callback instead of a static url (02633dc)
  • fix: allow importing .services.js files (12199ef)
  • fix: adapt treeshaking configuration (b3b49bf)
  • feat: allow to import html file content (6a2c1ec)
  • fix: wrong import path (576874f)
  • feat: add missing services (1aed4c3)
  • clean: remove fetch/Worker hacks (492c516)
  • feat: keep registerSingleton calls in api code (cf9ea46)
  • feat: make some vscode private code accessible (a889500)
  • fix: load textmate and oniguruma statically (bff36c6)
  • feat: add a way to register static asset browser uris ([838db70](https://github.com/CodinGame/monaco-vscode-...
Read more

v1.80.3

08 Aug 08:25
925933d
Compare
Choose a tag to compare

1.80.3 (2023-08-08)

  • feat: add overridable storage service (8250a40)

v1.80.2

04 Aug 13:16
339a825
Compare
Choose a tag to compare

1.80.2 (2023-08-04)

  • fix: always register file service override (0b0f4e4)

v1.80.1

04 Aug 12:15
bcc5ea9
Compare
Choose a tag to compare

1.80.1 (2023-08-04)

  • fix: proxify all namespaces (8c0e697)
  • clean: remove useless types (191dffa)
  • fix: fix audioCue mp3 files loading (bd2fb00)
  • fix: fix terminals (1109f93)
  • fix(demo): make it so the status bar is visible by default (9533af6)
  • feat: import missing contributions (457970e)
  • doc: add new service override in README (1a4b7da)
  • feat(demo): add all default languages (d2f71e7)
  • feat: add a way to register custom editor pane (7e8bbde)
  • fix: add missing id/classname on views (898cce2)
  • fix: add some missing classnames (6b0e2d6)
  • feat(demo): use language detection service (806ed65)
  • feat: language detection service override (66aa842)
  • feat: remove vscode code that uses proprietary code (f78c63e)
  • fix: missing service (1c3fb86)
  • fix: automatically list files (de073b2)

v1.80.0

27 Jul 08:16
dee0132
Compare
Choose a tag to compare

1.80.0 (2023-07-27)

  • doc: add new service override in README (572d107)
  • fix(demo): properly resolve import.meta.url in watch mode (7c86273)
  • fix: let final project resolve textmate wasm (e641ac3)
  • fix: help rollup resolving file urls (70a9047)
  • fix: wait for services to be ready before registering extensions (23e5ef1)
  • fix: automatically detect mime types (6a4e1fa)
  • doc: update readme (2ce3e71)
  • feat(demo): serve assets/workers/iframes from another host (745b6c0)
  • feat(demo): enable worker ext host (c1f2681)
  • feat(demo): add vite worker hack helpers (6dc4eb1)
  • fix(demo): update api usage (7bc94ad)
  • fix(demo): use proper api (0711083)
  • fix(demo): update vite configs (f26db44)
  • lib(demo): update dependencies (27f094c)
  • lib: update dependencies, remove unused and add missing (a9fb705)
  • fix: prevent rollup from generating *.d2.ts files (2da633d)
  • fix: pull extension code source maps (a65a7da)
  • feat: rework extension management (c88d3ff)
  • clean: remove unused service (c5ad29a)
  • feat: keep whole api implementation, stop overriding it (a1dc904)
  • feat: use import.meta.url syntax for extension assets (752c9e1)
  • fix: do not make request to vscode cdn to display webviews (3ad9e81)
  • feat: use import.meta.url syntax for all assets (b45d7e2)
  • fix: another eslint allowed extension (aac7fb1)
  • fix: missing type reference (db92ba3)
  • feat: extensionHost worker (71c3f34)
  • feat: more required changes to vscode (fb4774c)
  • fix: keep vscode html files (3423dbf)
  • refactor: build default extensions in another rollup config (41c140a)
  • feat: allow to provide a callback instead of a static url (02633dc)
  • fix: allow importing .services.js files (12199ef)
  • fix: adapt treeshaking configuration (b3b49bf)
  • feat: allow to import html file content (6a2c1ec)
  • fix: wrong import path (576874f)
  • feat: add missing services (1aed4c3)
  • clean: remove fetch/Worker hacks (492c516)
  • feat: keep registerSingleton calls in api code (cf9ea46)
  • feat: make some vscode private code accessible (a889500)
  • fix: load textmate and oniguruma statically (bff36c6)
  • feat: add a way to register static asset browser uris (838db70)
  • fix: run worker code only when in worker (fbb2003)
  • fix: missing filesystem providers (1319a52)
  • fix: service should use a proxy (8c70c06)
  • feat: mock semver (befe617)
  • clean: remove unused json and ts monaco workers (6a216e3)
  • clean: remove optional extHosts (55de45a)
  • fix: update demo (af35a8e)
  • fix: remove buggy function calls (5914bfe)
  • feat!: use vscode ExtensionService (6affcbf)
  • feat: add builtin flag parameter (6cacfab)
  • fix: delete extension files on dispose (3844084)
  • fix: use proper object (7cf0257)
  • refactor: do not split code for no reason, stay close to vscode (27f1bbf)
  • fixup! fix: call deltaExtension as few times as possible (6deda94)
  • fix: remove debug.openView so it doesn't capture F5 key (ae82671)
  • fix(demo): remove horizontal scrollbar (3378101)
  • fix: prevent uncaugh error (ba9ef5f)
  • fix: call deltaExtension as few times as possible (98b1844)
  • fix: greatly improve plugin perfs (51fdfb5)
  • fix: fix usage of variable before initialization (e37ca8e)
  • lib: update demo libs (4acb5c8)
  • fix: set null margin on body to fix wrong tooltip location (377f856)
  • fix: use accessibility service instead of deleted monaco accessibility (dcd28eb)
  • feat: add missing code editor contributions (3fa6ed1)
  • feat: accessibility service override (e5441c2)
  • refactor: prevent having to list all service-overrides (0abc5c0)
  • refactor: use offic...
Read more

v1.79.13

24 Jul 12:46
36e6379
Compare
Choose a tag to compare

1.79.13 (2023-07-24)

  • feat(services): expose view services (833caf3)

v1.79.12

15 Jul 15:50
5bc1a2a
Compare
Choose a tag to compare

1.79.12 (2023-07-15)

  • feat: expose ITextEditorService (6c7c8d3)
  • feat: expose IEditorResolverService (6659375)

v1.79.11

13 Jul 09:54
198ddb8
Compare
Choose a tag to compare

1.79.11 (2023-07-13)

  • fix: expose bulkEditService in package.json (04da99f)

v1.79.10

12 Jul 20:50
1b58274
Compare
Choose a tag to compare

1.79.10 (2023-07-12)

  • feat: add bulk edit service override (423e980)

v1.79.9

10 Jul 06:48
fe497d6
Compare
Choose a tag to compare

1.79.9 (2023-07-10)

  • feat: expose SimpleEditorService (895d0ae)
  • feat: specify whole types on editor service (7e0b184)
  • fix: allow ignoring unused var starting with (_b0860d7)