Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignoring valid heartbeats when using 'SSH FS' extension #117

Closed
adamemrts opened this issue Oct 31, 2019 · 3 comments
Closed

Ignoring valid heartbeats when using 'SSH FS' extension #117

adamemrts opened this issue Oct 31, 2019 · 3 comments

Comments

@adamemrts
Copy link

When using 'SSH FS' Vscode extension, all heartbeats are ignored 'cause Wakatime extension can't find a file and therefore exclude that heartbeats from sending.
Maybe there is a way to include this heartbeats like any others? All debug info, even file path is correct, just excluded 'cause it's 'virtual/remote' file and can't be found on disc.

Example debug log:
{"now": "2019/10/30 00:50:11 +0100", "version": "13.0.1", "plugin": "vscode/1.39.2 vscode-wakatime/2.2.1", "time": 1572393011.7977805, "caller": "/home/xxx/.vscode-oss/extensions/wakatime.vscode-wakatime-2.2.1/wakatime-master/wakatime/main.py", "lineno": 61, "file": "/xxx/xxx/xxx.less", "level": "DEBUG", "message": "File does not exist; ignoring this heartbeat."}

@alanhamlett
Copy link
Member

alanhamlett commented Oct 31, 2019

This is related to #67. We need to add support for reading remote files to https://github.com/wakatime/wakatime-cli.

@alanhamlett
Copy link
Member

Duplicate of #67.

@alanhamlett
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants