Skip to content

Releases: sublimelsp/LSP-julia

v1.6.2

02 Dec 17:22
8a36106

Choose a tag to compare

  • Another fix for compatibility with Python 3.13 plugin host.

v1.6.1

04 Nov 16:12
2a2256c

Choose a tag to compare

  • Fixed compatibility with Python 3.13 plugin host.

v1.6.0

25 Oct 18:22
4ace26e

Choose a tag to compare

  • Updated the language server to the latest version (this fixes compatibility with Julia 1.12).

  • The TestItem feature had to be disabled, because there were significant internal API changes in LanguageServer.jl related to the TestItem feature, which made it impossible to keep using the previous implementation.

Note that there is an alternative language server for Julia currently in development at https://github.com/aviatesk/JETLS.jl, which supports to run the regular tests and testsets in a Julia package directly from the editor and using standard LSP functionality. This means that running tests works (almost) out of the box with the JETLS language server. JETLS requires Julia 1.12 and is not yet officially released as a Julia package, but in the future it may supersede LanguageServer.jl.

v1.5.2

16 Oct 14:46
e3b3ed6

Choose a tag to compare

  • Fixed compatibility with Julia 1.11

  • Improvements for Julia environment handling and when changing the active environment

v1.5.1

22 Apr 15:18
79936bc

Choose a tag to compare

  • Fixed Julia REPL commands not being available since the LSP update to the Python 3.8 API environment.

v1.5.0

19 Apr 17:07
1aee8d9

Choose a tag to compare

Switch to Python 3.8.

v1.4.3

09 Jan 20:01
f5e15df

Choose a tag to compare

  • The "show_environment_status" setting was removed. The active Julia project which is indexed by the language server is always displayed in the status bar now, unless the global LSP setting "show_view_status" is disabled.

  • Updated the language server to the latest version.

v1.4.2

14 May 17:49
d751372

Choose a tag to compare

  • Updated the language server to the latest version.

v1.4.1

07 Feb 19:59
ed87d97

Choose a tag to compare

  • Fixed language server not starting if Julia was installed via juliaup on Windows
  • Added a context menu entry in the side bar to activate the environement of a Project.toml file ("activate" in the sense of for the language server, not in the REPL)
  • File links in the documentation sheet can now be opened in side-by-side mode, if you hold the Ctrl (Cmd on macOS) or Shift key while clicking on it