.sublime-settings file not found - Plugin Development - Sublime Forum
I’m trying to test my package as a .sublime-package file in Installed Packages instead of a folder of files in Packages. I’m running into a problem where my ‘Settings’ menu item, which performs a edit_settings command with a base_file of ${packages}/AmigaDev/Package/Settings/AmigaDev.sublime-settings can’t find the file. (Note: my file is indeed in a Package/Settings subfolder of my package folder) I’ve looked at other packages like PackageDev and Package Control which are also installed as ....