We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some utility plugins that another plugin may rely on, for example Terminal Notifier.
It may be useful to have a dependencies field in the package.json file which will get installed (if it isn't already) with your plugin.
dependencies
package.json
The text was updated successfully, but these errors were encountered:
Duplicate: #166
See also the SublimeLinter plugins which depend on the base linter.
Edit: I just noticed ... #166 <-> #661 ~
Sorry, something went wrong.
Ah, I search dependencies so I didn't see that issue.
No branches or pull requests
There are some utility plugins that another plugin may rely on, for example Terminal Notifier.
It may be useful to have a
dependencies
field in thepackage.json
file which will get installed (if it isn't already) with your plugin.The text was updated successfully, but these errors were encountered: