From 90731146f994a9e9badd809167129402a593f57a Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 9 Feb 2016 07:39:50 -0800 Subject: [PATCH] add unresponsive plugin fix --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c3f51d7..f7d2d62 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,25 @@ Installation 5. Visit https://wakatime.com/dashboard to see your logged time. + Screen Shots ------------ ![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png) + +Unresponsive Plugin Warning +--------------------------- + +In Sublime Text 2, if you get a warning message: + + A plugin (WakaTime) may be making Sublime Text unresponsive by taking too long (0.017332s) in its on_modified callback. + +To fix this, go to `Preferences > Settings - User` then add the following setting: + +`"detect_slow_plugins": false` + + Troubleshooting ---------------