Open apiad opened 10 years ago
When you create a folder named BrowserIntegration
alongside the other settings folders, you can open the config through Sublime and save it. I pasted the following in there:
https://raw.githubusercontent.com/apiad/sublime-browser-integration/master/BrowserIntegration.sublime-settings
It's a workaround as long this issue is not fixed.
It opens a new file, that cannot be saved, because the plugin is inside a
.sublime-package
and not unzipped. Need to change the settings command correspondingly. While on it, consider adding a user specific settings file, and a project specific settings file.