diff --git a/README.rst b/README.rst index 28e708e..9e9da35 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ Each plugin also has it's own log file for things outside of the common wakatime * **Sublime** Text logs to the Sublime Console (View -> Show Console) * **TextMate** logs to stderr so run TextMate from Terminal to see any errors (`enable logging `_) * **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors) -* **Visual Studio** errors go to ActivityLog.xml (`more info... `_) +* **Visual Studio** logs to the Output window, but uncaught exceptions go to ActivityLog.xml (`more info... `_) * **Xcode** errors go to ``dmesg`` (type ``dmesg`` in a Terminal to view them) Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user `_ api resource. Saving a file forces a heartbeat to be sent.