Skip to content

Commit

Permalink
Cut 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed May 17, 2023
1 parent 302476d commit fb623c4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.24.0
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"1.21.0": "messages/1.21.0.txt",
"1.22.0": "messages/1.22.0.txt",
"1.23.0": "messages/1.23.0.txt",
"1.24.0": "messages/1.24.0.txt",
"1.3.0": "messages/1.3.0.txt",
"1.3.1": "messages/1.3.1.txt",
"1.4.0": "messages/1.4.0.txt",
Expand Down
26 changes: 25 additions & 1 deletion messages/1.24.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=> 1.23.0
=> 1.24.0

⚠️ To ensure that everything works properly after LSP package is updated, it's strongly recommended to restart
Sublime Text once it finishes updating all packages. ⚠️
Expand All @@ -7,3 +7,27 @@ Sublime Text once it finishes updating all packages. ⚠️

- Diagnostics for files that are not within the project folders are no longer ignored.
You can set `"diagnostics_mode": "workspace"` in server-specific configuration to enable old behavior.

# New features

- Add support for pull diagnostics (#2221) (jwortmann)
- Add "outline" as an option for "document_highlight_style" (#2234) (Terminal)
- add "show_multiline_document_highlights" setting (#2247) (Tito)

# Fixes

- Fix handling of folder_exclude_patterns in projects (#2237) (Rafał Chłodnicki)
- html-escape diagnostic-related strings (#2228) (Rafał Chłodnicki)
- Fix exception for null response id (#2233) (jwortmann)
- Fix some features might not work with dynamical registration (#2222) (jwortmann)

# Improvements

- use class for diagnostic info instead of hardcoding color (#2257) (Rafał Chłodnicki)
- Use regular font style in sighelp popup if already highlighted by color scheme (#2259) (jwortmann)
- Add support and mode for workspace pull diagnostics (#2225) (jwortmann)
- don't send params for requests/notifications that don't expect them (#2240) (Rafał Chłodnicki)
- optimize creation of code actions annotation region (#2239) (Rafał Chłodnicki)
- Allow style overrides for inlay_hints.css (#2232) (jwortmann)
- Improve label detail support in completions (#2212) (ryuukk)
- Update clojure-lsp docs (#2226) (Raffael Stein)
2 changes: 1 addition & 1 deletion plugin/core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (1, 23, 0)
__version__ = (1, 24, 0)

0 comments on commit fb623c4

Please sign in to comment.