-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.11 | ||
1.2.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
=> 1.2.12 | ||
|
||
# New client configuration key | ||
|
||
You can now use `disabled_capabilities` per client configuration. | ||
It's a JSON object (dictionary) of "masked" server capabilities. | ||
For more information on how this works, use the hover info capability | ||
of LSP-json. | ||
|
||
# Removed settings | ||
|
||
- `disabled_capabilities` used to be a global setting. It's removed in | ||
favor of it being a setting per client configuration. | ||
|
||
- `ignore_server_trigger_chars` used to be a client configuration | ||
key, but is removed in favor of using `disabled_capabilities`. | ||
|
||
# Features and Fixes: | ||
|
||
- Remove ignore_server_trigger_chars setting (#1600) (Raoul Wols) | ||
- Display an error message when a code action returns an error (Raoul Wols) | ||
- Fix: some menu items were broken (Raoul Wols) | ||
- Use the CSS variable --mdpopups-font-mono in popups.css (Raoul Wols) | ||
- Enable hardbreak in mdpopups to handle escaped newlines (Raoul Wols) | ||
- Handle moving views across windows (#1575) (Raoul Wols) | ||
- Don't lookup the listener so many times (#1589) (Raoul Wols) | ||
- Hopefully fix random import errors (#1587) (Raoul Wols) | ||
- Move lsp detail into autocomplete annotation (#1569) (David Mohl) | ||
- Replace document_highlight_scopes setting with better default scopes (#1585) (jwortmann) | ||
- Require a value when calling resolve function of a Promise (#1583) (Rafał Chłodnicki) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = (1, 2, 11) | ||
__version__ = (1, 2, 12) |