Sublime Forum

Sublime freeze when opening command palette (in PHP)

#1

Hi,

when I have PHP file open and call the command palette, Sublime always freezes and I have to force close it.
I don’t remind me to install any specific plugin (since the crashing).

Here is the crash report : pastebin.com/bTtMcKBC

Any idea? Which plugin should I disable?

Many thanks! Great piece of software.

0 Likes

Open Control Panel -> Crash
#2

I was in the same situation.
I added “phpunit” to ignored_packages, and it works for me.

	"ignored_packages":
	
		"phpunit"
	],
0 Likes