i tried to set "ignored_packages" in the project configuration:
- Code: Select all
{
"folders":
[
{
"path": "/Volumes/Projects/Asterisk"
}
],
"settings":
{
"ignored_packages":
[
"SublimeClang"
]
}
}
but plugin still running. (now I used user settings to disable plugin, but this is not good solution).
this is bug or feature?
thank you