hangxingliu / vscode-coding-tracker

:clock10: A coding activities tracker(time, file, type)
GNU General Public License v3.0
169 stars 36 forks source link

Exporting tracked data or moving the server #17

Closed wereii closed 6 years ago

wereii commented 6 years ago

Hi, I am reinstalling my OS and I would like to keep my coding activity. Is there possibility to export the tracked data from this extension? Maybe it would be enough to copy the extension folder and then paste it into later installation of vscode ? Thanks

hangxingliu commented 6 years ago

yes, you can just copy folder .coding-tracker folder in your home folder.

for windows user: C:\Users\XXX\.coding-tracker for linux user: /home/XXX/.coding-tracker

hangxingliu commented 6 years ago

@tinytom Have you resolved ?

wereii commented 6 years ago

@hangxingliu I am sorry I didn't answer sooner as I continued my backup process of VS extensions and I noticed .coding-tracker folder and from then it was easy process. So yes, everything alright. Thank you.

Notice for debian users to not forget installing npm and nodejs, this extension was not working without it.