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
This release changes how language server configuration is read, please review your settings if language servers are not starting up as expected.
4
+
5
+
Client configurations are now inherited from default_clients settings and can be explicitly enabled or disabled globally or per project using the 'enabled' field.
6
+
7
+
When a supported file is opened, "Enable Language Server" commands are available in the command palette - these will write the 'enabled' setting and start/stop the server as needed.
8
+
9
+
An 'env' field was added for passing environment variables to the language server process
10
+
11
+
Many bug fixes, especially around troubleshooting configuration/startup failures.
12
+
13
+
See https://github.com/tomv564/LSP/releases/tag/0.3.0 for full update details.
14
+
15
+
Many thanks to those reporting issues and bugs, and a special thanks to the contributors of this release!
0 commit comments