Sublime Forum

ignored_packages in project settings

#1

Hello,

i tried to set “ignored_packages” in the project configuration:

{
	"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 :smile:

0 Likes