Skip to content

Releases: CodinGame/monaco-languageclient-wrapper

v2.7.1

23 May 14:45

Choose a tag to compare

2.7.1 (2022-05-23)

Bug Fixes

  • Add missing type export (9e20ce8)

v2.7.0

23 May 14:08
54040e1

Choose a tag to compare

2.7.0 (2022-05-23)

Bug Fixes

  • Adapt code to new lib apis (813b28f)
  • Adapt to api, make it so IConnectionProvider returns a MessageTransports (5e48d2a)
  • Explicit type import (f435e19)
  • Fix tests (8bbe5b8)
  • Handle reconnection by hands (2f8da57)
  • Improve documentation (85bff8c)
  • Missing type (2112f76)
  • Only save managed documents (7870fbd)

Features

  • Implement Env service (de8ab4b)
  • Implement showTextDocument (d27cd10)

v2.6.0

05 May 12:33
d6f367e

Choose a tag to compare

2.6.0 (2022-05-05)

Features

  • Add clientOptions parameter (580006b)

v2.5.6

04 May 13:48
bebc06e

Choose a tag to compare

2.5.6 (2022-05-04)

Bug Fixes

  • Never uninstall service but reinitialize them instead (5056ac7)

v2.5.5

02 May 08:17
37ba4b6

Choose a tag to compare

2.5.5 (2022-05-02)

Bug Fixes

  • csharp: Always send didSave notification (40b6a1e)
  • Use a feature to handle file management (cb95ce8)

v2.5.4

25 Apr 16:05
e39570b

Choose a tag to compare

2.5.4 (2022-04-25)

Bug Fixes

  • Import editor.api instead of edcore (2c8d9a1)

v2.5.3

21 Apr 13:22
fd9afbe

Choose a tag to compare

2.5.3 (2022-04-21)

Bug Fixes

  • Consider bash server ready after 1 seconds (9fac71a)

v2.5.2

20 Apr 07:29
260f22b

Choose a tag to compare

2.5.2 (2022-04-20)

Bug Fixes

  • Destroy services and recreate them (5de48b2)
  • Fix build after lib update (2b6d025)
  • Make workspace disposable (bb97f8d)

v2.5.1

19 Apr 13:17
95042bc

Choose a tag to compare

2.5.1 (2022-04-19)

Bug Fixes

  • Fix method comment (a5f6a12)
  • Only bind file handlers when connected (7eeda5c)

v2.5.0

15 Apr 09:54
e8afc79

Choose a tag to compare

2.5.0 (2022-04-15)

Features

  • Make unexpected errors catchable (31d155e)