Releases: sublimelsp/LSP-julia
v1.6.2
v1.6.1
v1.6.0
-
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
v1.5.1
v1.5.0
Switch to Python 3.8.
v1.4.3
-
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
v1.4.1
- 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