Skip to content

v1.0.9

Compare
Choose a tag to compare
@chmln chmln released this 25 Sep 16:55
· 4 commits to master since this release
Fix: Menu cache not created/updated on startup. (#8)

ST ignores the `sublime.run_command("refresh_theme_cache")` command in the `plugin_loaded()` function.
Therefore we need to call the command directly to make it work properly.

Paths are created using the `os.path.join()` function to built consistent paths on Windows/Linux/OSX using the correct path separator.