wakatime / vscode-wakatime

Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/vs-code
BSD 3-Clause "New" or "Revised" License
1.23k stars 137 forks source link

Support Remote Development #244

Closed kigrup closed 2 years ago

kigrup commented 2 years ago

Wakatime doesn't track time when you work through ssh with the "Remote Development" official extension pack. Would be nice to have this feature since I spend a lot with remote projects.

alanhamlett commented 2 years ago

Related to #161, #130, #117 and #67.

The hard part is the plugin depends on https://github.com/wakatime/wakatime-cli, so we need a way to download that dependency on the remote server.

alanhamlett commented 2 years ago

Related to wakatime/wakatime-cli#623, which added support for ssh:// and sftp:// remote files.

gandarez commented 2 years ago

Can it be closed @alanhamlett?

alanhamlett commented 2 years ago

I think so. @kigrup does the Remote Development extension work for you now with WakaTime?

kigrup commented 2 years ago

Works perfectly, thanks!