sublimelsp / LSP-lua

Convenience package with a lua language server bundled
MIT License
24 stars 5 forks source link

Handle project changes from the server #25

Closed rwols closed 3 years ago

rwols commented 3 years ago

This handles the custom $/command notification from the server and stores the settings in the project_data() of the Window. If the project data is not backed by a .sublime-project, then a dialog will appear that tells the user to save the project, otherwise the changes are lost the next time the folder is opened.

Fixes #23 Fixes #20