You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."}
The text was updated successfully, but these errors were encountered:
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."}
The text was updated successfully, but these errors were encountered: