Skip to content

Releases: CodinGame/monaco-vscode-api

v1.76.7

06 Apr 10:13
abca957
Compare
Choose a tag to compare

1.76.7 (2023-04-06)

  • fix: prevent disabling ts/eslint as much as possible (c3b4088)
  • cleanup: remove unused polyfill (15a3fbc)
  • fix: disable wrong eslint warnings (d4bfc96)
  • fix: do not hash asset names (c2b56ce)
  • fix: improve the way assets are handled (2617608)
  • lib: install rollup-plugin-glob-import (e7a9c1d)
  • fix: typo (e0178ef)

v1.76.6

04 Apr 10:21
24f923e
Compare
Choose a tag to compare

1.76.6 (2023-04-04)

  • fix: fix extension keybindings handling (9431001)

v1.76.5

03 Apr 14:23
680b2f7
Compare
Choose a tag to compare

1.76.5 (2023-04-03)

  • Fixes webpack 5 esm build problems (9184946)

v1.76.4

29 Mar 18:31
561721b
Compare
Choose a tag to compare

1.76.4 (2023-03-29)

  • fix: fix github page demo config (561721b)

v1.76.3

29 Mar 17:19
8d4ce8f
Compare
Choose a tag to compare

1.76.3 (2023-03-29)

  • fix: add hack to not treeshake field decorators (59a5fd5)
  • fix: pull image before creating the container (df9a5c1)
  • fix: force import order (06e03ab)
  • feat: add a way to remove an extension (af5f75e)
  • cleanup: remove useless stuff (86de1c8)
  • fix: wrong provider language (c400d42)
  • fix: add missing polyfill (a6581b6)
  • fix: remove unsupported action (dd7c223)
  • fix: configure vite to dedup monaco (3c1d98c)
  • lib: update libraries and install monaco back in the demo (210a550)
  • fix: make it not crash every without any service override (bb7701c)
  • clean: remove eslint warnings (0dc760a)
  • fix: wrong imports (b0f0d02)
  • feat!: provide ref instead of model (acd2198)
  • feat: demo debugger feature (a20dd27)
  • feat: add a debugadapter over ws javascript server (bc790dd)
  • fix: remove "Open 'launch.json'" button (bc98b24)
  • feat: switch demo example to javascript (65e474b)
  • fix(demo): force port (83b8787)
  • fix: remove some useless commands (89e89a1)
  • fix: override iconv and jschardet (4ed6d0a)
  • feat: implement debug and extensions vscode apis (f261ae9)
  • feat: implement debug service override (efbb861)
  • feat: implement ITextFileService (8b3a1d8)
  • feat: implement some missing workspace apis (75c2e0e)
  • feat: implement required services/extHosts (2827a9e)
  • fix: class will now be used (87ff141)
  • feat: implement getMarks (3bbc700)
  • fix: add missing polyfills (5d0872d)
  • clean: remove useless apis (8cc7d3e)
  • refactor: improve pure call detection code (269190c)
  • feat: detect useless polyfills (6279cda)
  • cleanup: remove unused file (279dc3d)
  • fix: lint before emitting any file (f285b64)
  • fix: adapt demo to new api (c1a4984)
  • feat!: expose /extensions which allows to register a new extension (c403db0)
  • fix: fix pure comment when there is already a comment (c8656e2)

v1.76.2

22 Mar 18:51
45f2835
Compare
Choose a tag to compare

1.76.2 (2023-03-22)

  • fix: add missing job permissions (2980801)

v1.76.1

22 Mar 18:03
35716f9
Compare
Choose a tag to compare

1.76.1 (2023-03-22)

  • fix(ci): give all permissions back (64b1836)
  • fix: fail pipeline when the publish fails (4bd5f1d)
  • feat: add audio cue in demo (326ef9c)
  • fix: add missing service (f2409d2)
  • feat: implement audio cue service (1aed4e8)
  • feat: implement EditorService.onDidActiveEditorChange (0fddeff)
  • fix: consider contribution files as side effects (ed0225a)
  • fix: missing polyfills (249da92)
  • feat: implement wasm loaded as in vscode (b9cf263)
  • fix: fix action reference (fc61d6e)
  • feat: add vscode api usage to demo (848956d)
  • docs: add demo link to readme (10b2f26)
  • ci: deploy demo to github page (37a4eb0)
  • ci: test demo build on MR (c666cf8)

v1.76.0

16 Mar 16:14
c8538a7
Compare
Choose a tag to compare

1.76.0 (2023-03-16)

  • fix: add missing polyfill (6f10429)
  • cleanup: remove useless buggy hack (7f2d76c)
  • fix: increase build memory limit (aa4d87e)
  • fix: add missing types (c41a8e9)
  • fix(demo): disable json tokenization by worker (a5f7d28)
  • fix: make the demo use monaco-editor from the main project (6cbb6be)
  • wip: adapt code (c50f420)
  • fix: do not filter on css file already present in monaco (0dff5a2)
  • fix: add missing class when evaluation code (27b1900)
  • feat: minimize css files (e60abf7)
  • doc: simplify command (0ebab11)
  • clean: remove messages service override (d4d52f0)
  • lib: update monaco/vscode (3ed45b8)
  • fix: fix vscode install script (1cf9bee)
  • lib: update rollup (f3c3a9f)
  • ci: use official github runners (6e4c3af)
  • clean: remove duplicated eslint config (c5c0539)
  • Demo and build improvement (1e151aa)
  • libs: update libraries (5c95f7b)
  • fix: disable false positive warning (b58ad20)
  • fix: import polyfill before adding missing services (be1ba67)
  • fix: do not load snippet extension (c148249)
  • feat: update user configuration in the UI (52689ef)
  • lib: update vscode api (1e406f0)
  • fix: add more pure functions (d79c13e)
  • fix: remove dialog handler from notification service (02f2d86)
  • fix: typos (86a10a2)
  • lib: update libraries (cae35fa)
  • feat: add onUserConfigurationChange (42c4a20)
  • fix: initialize user configuration (e2ec9af)
  • fix: fix webpack loader (9cca974)
  • fix: function should be async (7869eba)
  • feat: improve error message (9d519d2)
  • feat: expose webpack polyfill plugin for snippets (a7e7600)
  • chore: update to last github actions/node/npm (05aa6b8)
  • fix: improve pure function detection (3fc4419)
  • lib: update all libraries (a699484)
  • feat: update user configuration when asked to (789ba92)
  • feat: add getUserConfiguration (12fe906)
  • fix: make updateUserConfiguration async (51f0b32)
  • feat: use vscode IKeyboardLayoutService (122815c)
  • fix: implement fake keyboardLayoutResource (d324ee8)
  • fix: fix dynamic import rewrite (62f3ac6)
  • fix: declare side effect on some modules (7c4dd8c)
  • fix: make condition more specific (0885bc2)
  • feat: handle dynamic imports vars (bad9c01)
  • lib: install @rollup/plugin-dynamic-import-vars (50fe5c6)
  • fix: fix dependency resolution (a42e0f4)
  • fix: adapt code and config to lib update (cca3ff8)
  • lib: update build tools (c6a448a)
  • clean: remove useless patch (1918ecc)
  • fix: use vscode tsc version (4520c86)
  • doc: add deprecation details (e5817ad)
  • Only define monaco-editor as peerDependency (718cf66)
  • Declare monaco-editor as peerDependency (9ad69d7)
  • fix: fix monaco color polyfill (7c3835d)
  • feat: export storage service (ff8a3d2)
  • fix: fix missing log service polyfill (7b804f0)
  • fix: fix module side effect in second rollup pass (09aeb9b)
  • fix: re-apply rollup double-pass (954d3b6)
  • fix: remove rollup double pass (177370e)
  • clean(demo): do not use deprecated message service override (a909690)
  • lib(demo): update dependencies (0f41303)
  • fix: import polyfills from monaco module (b7b9657)
  • fix: missing typeVersions (a6206dc)
  • feat: split message feature-override into notifications and messages (40036f7)
  • fix: put user configuration and keybindings in separate scheme (0c03413)
  • fix: properly polyfill Color class (f13f5d4)
  • refactor: create and use polyfill functions ([e595525](https:/...
Read more

v1.69.24

02 Mar 16:53
daccb02
Compare
Choose a tag to compare

1.69.24 (2023-03-02)

  • ci: use official github runners (6e4c3af)
  • clean: remove duplicated eslint config (c5c0539)

v1.69.23

02 Mar 11:30
b53a50e
Compare
Choose a tag to compare

1.69.23 (2023-03-02)

  • Demo and build improvement (1e151aa)