Closed markljackson closed 6 years ago
Hello Mark! Thank you for reporting this issue. Can you provide a bit more info on your issue: Please review the entire Sublime Console history to see if there are any other errors before the one you posted? Is there any chance you have modified the SQLTools settings recently and SQLTools fails to parse the settings file (e.g. not a valid JSON anymore)? Or it worked fine before the update and just stopped working after Sublime update?
My Sublime just updated to v. 3170 on Mac and looks fine, so I assume this issue must be specific to your environment.
It appears that some Python settings were pasted into the SQLTools user settings.
It was this:
{ "auto_complete_triggers": [ {"selector": "text.html", "characters": "<" }, {"selector": "source.sql", "characters": "."} ] }
Took the out, and all seems well.
Thanks for the help.
Issue Type
commands will not run. I've tried CTRL+e,e. I've also tried the command palette. No joy.
I can get to the settings through command palette, but no actions are accessible.
Bug/Error
Description
When I try to run code with CTRL+e,e nothing happens.
Version
Steps to Reproduce (For bugfixes)
Expected behavior:
Code to run against MySQL database.
Actual behavior:
Nothing happens. I've tried all of the commands that act on the database, and nothing happens.