I have a sublime project loaded, and I'm trying to mark a variable named reaper as a global variable. After clicking on Mark 'reaper' as defined global, the reaper variable is marked a global variable until I restart Sublime Text. Once I restart the Sublime Text, reaper is not marked as global anymore. The sublime-project file never gets modified by LSP.
The following message is displayed in the log panel after running the code action:
LSP-lua: Your client does not support modifying settings from the server side, please manually modify the following settings:
`Lua.diagnostics.globals`: add element `"reaper"` ;
I have a sublime project loaded, and I'm trying to mark a variable named
reaper
as a global variable. After clicking onMark 'reaper' as defined global
, thereaper
variable is marked a global variable until I restart Sublime Text. Once I restart the Sublime Text,reaper
is not marked as global anymore. Thesublime-project
file never gets modified by LSP.The following message is displayed in the log panel after running the code action:
Here is my
sublime-project
file: