Sublime Forum

Slow plugin warning?

#1

I’m getting the following warning

A plugin (sublimelint_plugin) may be making Sublime Text unresponsive by taking too long (1.020662s) in its on_load callback.

This message can be disabled via the detect_slow_plugins global setting

WHERE in the world is that setting?

1 Like

Does the setting detect_slow_plugins still exists?
#2

Preferences > Settings - User

Add the following:

"detect_slow_plugins": false
1 Like

#3

[quote=“C0D312”]Preferences > Settings - User

Add the following:

"detect_slow_plugins": false

duh. Thanks. :blush:

1 Like