Skip to content

Commit

Permalink
Use wakatime-cli standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Mar 1, 2020
1 parent 483d8f5 commit d588451
Show file tree
Hide file tree
Showing 1,328 changed files with 229 additions and 260,360 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Patches and Suggestions
- Jimmy Selgen Nielsen <jimmy.selgen@gmail.com>
- Patrik Kernstock <info@pkern.at>
- Krishna Glick <krishnaglick@gmail.com>
- Carlos Henrique Gandarez <gandarez@gmail.com>
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ History
-------


10.0.0 (2020-02-29)
++++++++++++++++++

- Remove support for non-standalone cli.


9.1.2 (2020-02-13)
++++++++++++++++++

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

Metrics, insights, and time tracking automatically generated from your programming activity.


## Installation

1. Install [Package Control](https://packagecontrol.io/installation).
Expand All @@ -19,12 +18,10 @@ Metrics, insights, and time tracking automatically generated from your programmi

6. Use Sublime and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).


## Screen Shots

![Project Overview](https://wakatime.com/static/img/ScreenShots/Screen-Shot-2016-03-21.png)


## Unresponsive Plugin Warning

In Sublime Text 2, if you get a warning message:
Expand All @@ -35,7 +32,6 @@ To fix this, go to `Preferences → Settings - User` then add the following sett

`"detect_slow_plugins": false`


## Troubleshooting

First, turn on debug mode in your `WakaTime.sublime-settings` file.
Expand All @@ -50,7 +46,6 @@ Also, tail your `$HOME/.wakatime.log` file to debug wakatime cli problems.
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
Loading

0 comments on commit d588451

Please sign in to comment.