Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: PlutoLang/Language-Server

0.5.0

21 Dec 00:49
Compare
Choose a tag to compare

Server:

  • Improved logging
  • Fixed failing to parse some syntax error messages

VS Code Extension:

  • Updated bundled plutoc.exe for Pluto 0.8.0

0.4.3

18 Jul 22:25
Compare
Choose a tag to compare

Server:

  • Added --honour-exit argument to make the server actually stop when the client wants it to

VS Code Extension:

  • Updated bundled plutoc.exe to Pluto 0.7.0

0.4.2

20 Apr 13:54
7cac2dd
Compare
Choose a tag to compare

Server:

  • Fixed not being able to connect via IntelliJ plugin
  • Fixed throwing on completion request from client that uses push diagnostics

0.4.1

12 Apr 01:30
Compare
Choose a tag to compare

Server:

  • Added support for statement suggestions so they are shown with the proper icon
  • Added --plutoc argument
  • Added --port argument

VS Code Extension:

  • For the sake of simplicity, it is now bundled with the server & plutoc executables and automatically starts the server.

The VSIX includes plutoc 0.6.1.

0.4.0

06 Apr 20:16
Compare
Choose a tag to compare
  • Server
    • Added completions support (requires plutoc from Pluto 0.6.0 or above)
  • VS Code Extension
    • Updated descripton

0.3.3

18 Jan 05:20
Compare
Choose a tag to compare
  • Server

    • Implemented shutdown/exit flow to fix leaked connections with some LSP clients
    • Removed "warning: " prefix from warnings
  • VS Code Extension

0.3.2

20 Nov 04:27
Compare
Choose a tag to compare
  • Compartmentalised the project so there is a clear distinction between server & client. VSIX is now also less bloated.
  • Changed port from 5007 to 9170 to avoid interfering with other language servers. Be sure to update your Sublime Text configuration.

0.3.1

19 Nov 23:21
Compare
Choose a tag to compare
  • Server
    • Improved diagnostic messages by considering "here" and "note" text from Pluto

The VSIX includes Pluto 0.4.4.

0.3.0

18 Nov 08:40
Compare
Choose a tag to compare
  • Server
    • Added support for push diagnostics model so it can now be used with sublimelsp
    • Removed support for "shutdown" method due to incorrect implementation

The VSIX includes Pluto 0.4.4.

0.2.0

22 Oct 22:04
Compare
Choose a tag to compare
  • Server
    • Added support for multiple diagnostics
    • Fixed reporting warnings in a way that had them show up like errors
  • VS Code Extension
    • Changed behaviour when socket is lost to attempt to reconnect instead of doing nothing

The VSIX includes Pluto 0.4.3.