sublime-rana/README.md

33 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2019-06-04 16:48:22 +00:00
sublime-rana
============
2013-07-02 05:43:12 +00:00
2016-01-04 01:47:56 +00:00
Metrics, insights, and time tracking automatically generated from your programming activity.
2019-06-04 16:48:22 +00:00
This is a fork of sublime-wakatime, unaffiliated with wakatime, modified to make it easier to use with rana or any other wakatime-compatible time tracking tools.
2013-07-02 09:21:13 +00:00
Installation
------------
2019-06-04 16:48:22 +00:00
1. Clone this repo to `~/.config/sublime-text-3/Packages`.
2016-02-09 15:39:50 +00:00
2015-07-15 20:44:07 +00:00
Troubleshooting
---------------
First, turn on debug mode in your `WakaTime.sublime-settings` file.
2016-05-21 13:56:16 +00:00
![sublime user settings](https://wakatime.com/static/img/ScreenShots/sublime-wakatime-settings-menu.png?v=3)
2015-07-15 20:44:07 +00:00
Add the line: `"debug": true`
2019-06-04 16:48:22 +00:00
Then, open your Sublime Console with `View → Show Console` ( CTRL + \` ) to see the plugin executing the cli process when sending a heartbeat.
Also, tail your `$HOME/.wakatime.log` file to debug wakatime cli problems.
2015-07-15 20:44:07 +00:00
The [How to Debug Plugins][how to debug] guide shows how to check when coding activity was last received from your editor using the [User Agents API][user agents api].
For more general troubleshooting info, see the [wakatime-cli Troubleshooting Section][wakatime-cli-help].
[wakatime-cli-help]: https://github.com/wakatime/wakatime#troubleshooting
[how to debug]: https://wakatime.com/faq#debug-plugins
[user agents api]: https://wakatime.com/developers#user_agents