Sublime Forum

What is this `WINDOW COMMAND ENABLED True` which shows up on my console when I open the command palette?

#1

What is this WINDOW COMMAND ENABLED True which shows up on my console when I open the command palette?

Either going to Tools -> Command Palette or pressing ctrl+shift+p, this exactly same message pops on the console each time.

WINDOW COMMAND ENABLED True 
WINDOW COMMAND ENABLED True 
WINDOW COMMAND ENABLED True 
WINDOW COMMAND ENABLED True 
WINDOW COMMAND ENABLED True 
WINDOW COMMAND ENABLED False 

What does it means and how to disable it?

Over the internet it appear on logs from the console as https://github.com/wbond/package_control/issues/1154

2 Likes

#2

looks like a naughty plugin is appending messages to the console without showing where it came from

proof:

6 Likes

#3

Thank your for finding it. I forked the package and removed the message.

0 Likes