Skip to content

Releases: CodinGame/monaco-vscode-api

v1.78.7

29 May 10:02
a75aa3f
Compare
Choose a tag to compare

1.78.7 (2023-05-29)

  • fix: do not try to apply treemending patch twice (30cda38)
  • fix: check monaco version before treemending (c0301e3)
  • fix: force specific monaco-editor version (416fa2d)

v1.78.6

12 May 14:31
87f7987
Compare
Choose a tag to compare

1.78.6 (2023-05-12)

  • fix: remove some useless/crashy code (82e0c55)

v1.78.5

03 May 08:16
063cb4c
Compare
Choose a tag to compare

1.78.5 (2023-05-03)

  • Add repository reset script based on git (857461c)
  • doc: update README (cffb4d0)
  • feat: add service override that works out of the box now (b83ba0a)
  • feat: disable logs on demo (39df61c)
  • fix: add small vite hack (58f4e6a)
  • fix: treemend monaco on demo (adbc456)
  • feat: enable preserveModules (5df4032)
  • chore: regenerate package-lock (22cb132)
  • fix: disable preserveConstEnums (5897807)
  • fix: this class is only exported because of our patch (515fdc3)
  • fix: add missing pure functions (070cbdd)
  • feat: export some more utilities (8f1656d)
  • feat: some vscode files are commonjs (26d4b45)
  • fix: update the way assets are loaded (ee8da57)
  • feat: do not bundle css files (06084d0)
  • feat: monaco treemending script (309e773)
  • refactor: use a tsconfig per rollup config (fb347e8)
  • clean: remove webpack loader (6d78029)
  • feat: export service override in subdirectory (5003f6c)
  • clean: remove now useless build code (2823d83)
  • feat: use monaco build scripts to transform the code (5f36d9c)
  • feat: generate treemending patch (bf4c2aa)
  • clean: remove polyfilling (45e355b)

v1.78.4

24 Apr 12:26
b934837
Compare
Choose a tag to compare

1.78.4 (2023-04-24)

  • fix: reintroduce save participant removed by mistake (d7ed08f)
  • fix: fix crash if there is no package.nls.json (7d6fa87)
  • feat: factorize code, expose extension-directory rollup plugin and localize extension at build time (b3caa0a)
  • clean: remove menu extension points (e7bca23)
  • fix: prevent rollup json plugin from trying to transform extension files (b08c091)
  • fix: prevent duplicated files in dist (e80da44)
  • fix: generate rollup plugin types (0b422c1)
  • fix: improve manifest path detection (58a0acb)
  • refactor: dedup code (81ff43a)
  • fix: missing import extension (7e1fd71)
  • fix: parse extension jsons using vscode method (1bd5327)
  • fix: wait for services to be initialized (c2d9714)
  • fix: implement required methods (ee1e7e4)
  • feat: localize extensions (268233d)
  • fix: only try to import existing files (494affb)
  • fix: export from proper module (1c579f8)
  • fix: typos (214f708)
  • feat: handle jsonValidation/color ext points (e926679)
  • fix: missing polyfill (ae6c9ec)

v1.78.3

22 Apr 12:20
f94aaa3
Compare
Choose a tag to compare

1.78.3 (2023-04-22)

  • Fix webpack-loader on Windows (2c8b376)

v1.78.2

21 Apr 08:13
6a7bdc8
Compare
Choose a tag to compare

1.78.2 (2023-04-21)

  • fix: fix misleading error message (2215b72)
  • fix: create workspace folder in memory filesystem (177d525)

v1.78.1

18 Apr 08:12
495bc30
Compare
Choose a tag to compare

1.78.1 (2023-04-18)

  • feat: expose missing parts of Notification and Dialog services (67a4b0c)

v1.78.0

14 Apr 13:59
ccaaf05
Compare
Choose a tag to compare

1.78.0 (2023-04-14)

  • fix: force break cyclic dependency (996ab01)
  • fix: add missing polyfills (e002e7a)
  • fix: add eslint rule to prevent missing .js extension (57c39b2)
  • doc: update README with last changes (00d2774)
  • fix: register service at the first place (119a8f6)
  • clean: remove Services.install api (85b39b1)
  • clean: remove useless check (a770cc9)
  • clean: remove progress service as it's already implemented in monaco (7276710)
  • feat: properly implement createOutputChannel api (2feebf3)
  • fix: do not import from services (2679f31)
  • doc: update README, simplify and remove useless parts (8283df2)
  • doc: add new features in README (40cdb4d)
  • fix: prevent crashing by registering a configuration key (637d20b)
  • feat: add rollup plugin to login vsix files (5f4e27a)
  • feat: use default extensions in demo (33a9894)
  • fix: increase build memory limit (f00eac8)
  • feat: expose default vscode extensions (d2675be)
  • clean: remove now useless origin (7314fbb)
  • fix: append domain while trying to load an asset from its path (2e26c12)
  • fix: missing type (70feb25)
  • fix: missing polyfills (85f7597)
  • fix: prevent initializing more than once (b82aace)
  • fix: fix rollup 2nd pass inputs (d850d04)
  • fix: do not minify internal import as it breaks the build (c680add)
  • cleanup!: reduce service override count by merging them (00e2068)
  • lib: update demo (1f7d8aa)
  • fix: missing polyfill (ec6ec2a)
  • fix: update code according to new versions (9376700)
  • lib: update all libraries, including monaco/vscode (49e995c)
  • fix: target esnext to support top level await (49dd5c2)
  • doc: update README (30d90a7)
  • refactor: use vscode api instead (2ce689a)
  • feat: demo file system overlay feature (859dad1)
  • clean: remove unused themes (451d15e)
  • feat: adapt demo to changes (de5644b)
  • feat: expose createModelReference (e240e0d)
  • feat: simplify json schema management (418feb5)
  • feat: better implement workspace vscode api (251377a)
  • fix: add missing polyfills (a8ede83)
  • feat: preference service override (3063e8e)
  • fix: improve pure/removed function call detection (dcc29ae)
  • feat: use vscode impl of some services (6b891c2)
  • feat: use vscode WorkspaceService (d69480f)
  • clean: remove hack (03c47e8)
  • feat: add memory file system provider (60efb72)
  • refactor!: improve service/api loading (e797549)
  • feat: expose file service override (cd4c913)
  • fix: do not lint example from main project (0718205)
  • feat: use theme colors in demo (941da83)
  • doc: add debugger feature in documentation (f4e19e5)
  • fix: do not remove all new color registrations (03879df)
  • 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)
  • fix: fix extension keybindings handling (9431001)
  • Fixes webpack 5 esm build problems (9184946)
  • fix: fix github page demo config (561721b)
  • 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](https://github.com/CodinGame/monaco-vscode-api/commit/...
Read more

v1.76.9

11 Apr 21:41
544a0a4
Compare
Choose a tag to compare

1.76.9 (2023-04-11)

  • clean: remove now useless origin (7314fbb)
  • fix: append domain while trying to load an asset from its path (2e26c12)

v1.76.8

06 Apr 13:07
f9fd8e5
Compare
Choose a tag to compare

1.76.8 (2023-04-06)

  • feat: use theme colors in demo (941da83)
  • doc: add debugger feature in documentation (f4e19e5)
  • fix: do not remove all new color registrations (03879df)