Skip to content

Releases: CodinGame/monaco-vscode-api

v11.1.2

12 Dec 09:35
2c59c3b
Compare
Choose a tag to compare

11.1.2 (2024-12-12)

Bugfixes

  • allow extension-file and data urls in extension host (8c8b084)
  • make the extension path not end with a / (7e44d32)

v11.1.1

18 Nov 16:10
55ec1ff
Compare
Choose a tag to compare

11.1.1 (2024-11-18)

Bugfixes

  • demo: update demo common packages (540e3ea)
  • restore refactor commits (646f835)

v11.1.0

18 Nov 08:46
584777e
Compare
Choose a tag to compare

11.1.0 (2024-11-18)

New features

  • export interfaces returned by registerExtension (10d8c5d)

v11.0.2

15 Nov 23:26
911247d
Compare
Choose a tag to compare

11.0.2 (2024-11-15)

Libraries

  • update vscode to 1.95.3 (a3e0df7)

v11.0.1

08 Nov 19:09
264609d
Compare
Choose a tag to compare

11.0.1 (2024-11-08)

Libraries

v11.0.0

08 Nov 09:18
c5785d8
Compare
Choose a tag to compare

11.0.0 (2024-11-08)

⚠ BREAKING CHANGES

  • update vscode and its dependencies

New features

  • generate combination packages (2d4612f)

Bugfixes

  • demo: add new common packages (f30e24d)
  • install missing build dependency (ee5902e)
  • some file were migrated to TS (3c84858)
  • VSCode switched to npm (fbe7019)

Refactor

  • adapt code to VSCode update (ac6c0ef)
  • dedup code (71758cd)
  • stop using experimental syntax (b66efc8)
  • update vscode patches (87b5c73)
  • use object instead of many parameters (cf73fa3)

Libraries

  • update dependencies (53609e3)
  • update node and npm (4ef6e0d)
  • update vscode and its dependencies (c9ddca9)

v10.1.4

31 Oct 09:08
acc94fc
Compare
Choose a tag to compare

10.1.4 (2024-10-31)

Bugfixes

  • force load history service (0c33325)

v10.1.3

29 Oct 18:11
0ef170c
Compare
Choose a tag to compare

10.1.3 (2024-10-29)

Bugfixes

v10.1.2

29 Oct 13:33
5cf6de8
Compare
Choose a tag to compare

10.1.2 (2024-10-29)

Bugfixes

  • fix broken VSCode worker bootstrap (a75a049)
  • use new shorted syntax for workers (e94eb71)

Documentation

  • update of README.md with the new wiki (bcb94e7)

v10.1.1

22 Oct 15:57
7b38686
Compare
Choose a tag to compare

10.1.1 (2024-10-22)

Bugfixes

  • add a check to make sure the main package doesn't have unwanted dependencies (ea3c341)
  • mark specific module as no side effect (0a988b1)
  • refactor a bit VSCode (d579da1)

Documentation

  • add vite commonjs troubleshooting section (945f35a)

Libraries

  • demo: update package-lock (3c993fa)