Skip to content

Releases: CodinGame/monaco-vscode-api

v1.78.4

Choose a tag to compare

@github-actions github-actions released this 24 Apr 12:26
b934837

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

Choose a tag to compare

@github-actions github-actions released this 22 Apr 12:20
f94aaa3

1.78.3 (2023-04-22)

  • Fix webpack-loader on Windows (2c8b376)

v1.78.2

Choose a tag to compare

@github-actions github-actions released this 21 Apr 08:13
6a7bdc8

1.78.2 (2023-04-21)

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

v1.78.1

Choose a tag to compare

@github-actions github-actions released this 18 Apr 08:12
495bc30

1.78.1 (2023-04-18)

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

v1.78.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 13:59
ccaaf05

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

Choose a tag to compare

@github-actions github-actions released this 11 Apr 21:41
544a0a4

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

Choose a tag to compare

@github-actions github-actions released this 06 Apr 13:07
f9fd8e5

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)

v1.76.7

Choose a tag to compare

@github-actions github-actions released this 06 Apr 10:13
abca957

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

Choose a tag to compare

@github-actions github-actions released this 04 Apr 10:21
24f923e

1.76.6 (2023-04-04)

  • fix: fix extension keybindings handling (9431001)

v1.76.5

Choose a tag to compare

@github-actions github-actions released this 03 Apr 14:23
680b2f7

1.76.5 (2023-04-03)

  • Fixes webpack 5 esm build problems (9184946)