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
Describe the bug
Due to the way the language server loads EmmyLua extensions via the config, and due to not being able to edit the config during the deactivate event, it's currently impossible (to my knowledge) to actually remove the bindings automatically when disabling/uninstalling the extension
I have however added code to disable the extension from deactivate in the event that this limitation is removed
To Reproduce
Steps to reproduce the behaviour:
Install the extension
Open a Lua file
Disable the extension and reload vscode
The bindings are still active
Expected behaviour
The extension would disable its bindings on deactivation
Describe the bug
Due to the way the language server loads EmmyLua extensions via the config, and due to not being able to edit the config during the
deactivate
event, it's currently impossible (to my knowledge) to actually remove the bindings automatically when disabling/uninstalling the extensionI have however added code to disable the extension from
deactivate
in the event that this limitation is removedTo Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The extension would disable its bindings on deactivation
Additional context
microsoft/vscode#45474
Ketho/vscode-wow-api#20
The text was updated successfully, but these errors were encountered: