-
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.
Merge branch 'main' into workspace-edit-preserve-tabs
- Loading branch information
Showing
82 changed files
with
623 additions
and
514 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
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 @@ | ||
3.8 |
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.29.0 | ||
2.0.0 |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
">=4096": [ | ||
"bracex", | ||
"mdpopups", | ||
"pathlib", | ||
"typing_extensions", | ||
"wcmatch" | ||
] | ||
} | ||
|
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
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,21 @@ | ||
=> 1.30.0 | ||
|
||
# Breaking changes | ||
|
||
- [godot-editor](https://lsp.sublimetext.io/language_servers/#gdscript-godot-engine) client configuration default `tcp_port` value is now `6005` instead of `6008`. Older versions of Godot(3.x) use port `6008`. (#2447) (Предраг Николић) | ||
|
||
# Fixes and Improvements | ||
|
||
- Keep tab selection and focus when applying WorkspaceEdit (#2431) (Janos Wortmann) | ||
- Enhancements for the rename panel (#2428) (Janos Wortmann) | ||
- Fix URI format for res scheme (#2432) (Janos Wortmann) | ||
- If `"log_debug"` is enabled, `window/logMessage` will be printed to the Sublime Text Console instead of LSP log panel (#2444) (Janos Wortmann) | ||
|
||
# Documentation | ||
|
||
- docs: Add Toit (#2425) (Serjan Nasredin) | ||
- docs: Add Solidity (#2383) (Nikita Kozlov) | ||
|
||
# Plugin API changes | ||
|
||
- Allow plugins to ignore certain views (#2410) (Janos Wortmann) |
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,32 @@ | ||
=> 2.0.0 | ||
|
||
⚠️ Sublime Text will need to be restarted **more than once** for things to work properly. ⚠️ | ||
|
||
# Breaking changes | ||
|
||
- LSP and LSP-* packages are transitioning from Python 3.3 to Python 3.8. | ||
|
||
# FAQ | ||
|
||
### What are the most significant improvements that stem from the 3.3 to 3.8 change? | ||
|
||
There are no new features. | ||
This is an internal LSP codebase change that affects all LSP-* packages. | ||
|
||
### LSP is broken after the update even if Sublime Text is restarted many times | ||
|
||
If that is the case, follow these steps: | ||
|
||
- ##### Check if `"index_files"` is set to `false` in `Preferences.sublime-settings` | ||
|
||
From the command palette open `Preferences: Settings` and see if `"index_files": false` exists. | ||
If yes, remove that setting. | ||
|
||
- ##### Check if `"LSP"` is put in `"ignored_packages"` in `Preferences.sublime-settings` | ||
|
||
Ensure that LSP hasn't been added to the "ignored_packages" list during the update. If it has, remove it. | ||
|
||
- ##### Reach for help | ||
|
||
Feel free to [open an issue](https://github.com/sublimelsp/LSP/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=) or reach out to us on [Discord](https://discord.gg/TZ5WN8t) if you encounter any problems during the update. | ||
Please provide logs from the Sublime Text console. |
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
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
Oops, something went wrong.