-
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
19 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 @@ | ||
4070-1.0.5 | ||
4070-1.0.6 |
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,16 @@ | ||
New Settings: | ||
- "show_code_actions" can be one of "bulb" or "annotation". | ||
By default it's set to "annotation". | ||
|
||
Bugfixes and features: | ||
- Make popup links more recognizable (Rafał Chłodnicki) | ||
- Fix diagnostics getting out of sync when having diagnostics_delay_ms set (Rafał Chłodnicki) | ||
- Add support for side-by-side views for go-to-symbol commands (#1205) (Rafał Chłodnicki) | ||
- Put a little more effort in the symbol scope names (#1204) (Raoul Wols) | ||
- Signature Help improvements (#1197) (Raoul Wols) | ||
- Diagnostics summary count in status bar should be global (Raoul Wols) | ||
- "Prepare Rename" feature (#1193) (Raoul Wols) | ||
- Document symbol improvements (#1194) (Raoul Wols) | ||
- Update Code Actions Doc (Ayoub Benali) | ||
- Fix typo in docs for julia (Raoul Wols) | ||
- Print "No documentation available" when there are no docs (Raoul Wols) |
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, 0, 5) | ||
__version__ = (1, 0, 6) |