We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8434cf commit dab87b3Copy full SHA for dab87b3
cheatsheet.py
@@ -15,6 +15,10 @@
15
_localCommandsFileSymlink = os.path.join(_pluginHome, 'Local' + _commandExtension)
16
17
18
+def plugin_loaded():
19
+ vindow = sublime.active_window()
20
+ sublime.set_timeout(lambda: vindow.run_command('cheatsheet_refresh_local_database'), 2000)
21
+
22
class CheatsheetOpenCommand(sublime_plugin.WindowCommand):
23
def run(self, **args):
24
cheatsheet = os.path.join(_defaultDatabase, args['filename'])
0 commit comments