You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [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) (Предраг Николић)
6
+
7
+
# Fixes and Improvements
8
+
9
+
- Keep tab selection and focus when applying WorkspaceEdit (#2431) (Janos Wortmann)
10
+
- Enhancements for the rename panel (#2428) (Janos Wortmann)
11
+
- Fix URI format for res scheme (#2432) (Janos Wortmann)
12
+
- If `"log_debug"` is enabled, `window/logMessage` will be printed to the Sublime Text Console instead of LSP log panel (#2444) (Janos Wortmann)
13
+
14
+
# Documentation
15
+
16
+
- docs: Add Toit (#2425) (Serjan Nasredin)
17
+
- docs: Add Solidity (#2383) (Nikita Kozlov)
18
+
19
+
# Plugin API changes
20
+
21
+
- Allow plugins to ignore certain views (#2410) (Janos Wortmann)
⚠️ Sublime Text will need to be restarted **more than once** for things to work properly. ⚠️
4
+
5
+
# Breaking changes
6
+
7
+
- LSP and LSP-* packages are transitioning from Python 3.3 to Python 3.8.
8
+
9
+
# FAQ
10
+
11
+
### What are the most significant improvements that stem from the 3.3 to 3.8 change?
12
+
13
+
There are no new features.
14
+
This is an internal LSP codebase change that affects all LSP-* packages.
15
+
16
+
### LSP is broken after the update even if Sublime Text is restarted many times
17
+
18
+
If that is the case, follow these steps:
19
+
20
+
- ##### Check if `"index_files"` is set to `false` in `Preferences.sublime-settings`
21
+
22
+
From the command palette open `Preferences: Settings` and see if `"index_files": false` exists.
23
+
If yes, remove that setting.
24
+
25
+
- ##### Check if `"LSP"` is put in `"ignored_packages"` in `Preferences.sublime-settings`
26
+
27
+
Ensure that LSP hasn't been added to the "ignored_packages" list during the update. If it has, remove it.
28
+
29
+
- ##### Reach for help
30
+
31
+
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.
32
+
Please provide logs from the Sublime Text console.
0 commit comments