vscode-clockify icon indicating copy to clipboard operation
vscode-clockify copied to clipboard

Auto-Tracking

Open DanielHabenicht opened this issue 5 years ago • 7 comments

First of all, great extension! This is just an idea, that popped into my mind I thought would be worth sharing. (I don't have time to program it, neither do I suspect anybody else has.)

It would be great if the extension could automatically track which project I am working on, based on the project opened.

First of it would be great if "workspace" and "project" could be automatically selected based on the workspace the user currently has open.

Later on, something like automatic tracking based on commits could be added.

DanielHabenicht avatar Nov 14 '19 17:11 DanielHabenicht

It could work as wakatime does.

Yazir avatar Feb 19 '20 12:02 Yazir

I am currently working on an own time tracker like waka time. It's not yet finished and will take a few weeks to but if you want to get it, check code-time.tobiaswaelde.com periodically.

tobiaswaelde avatar Mar 01 '20 00:03 tobiaswaelde

I am currently working on an own time tracker like waka time. It's not yet finished and will take a few weeks to but if you want to get it, check code-time.tobiaswaelde.com periodically.

I would really interested on partecipate development if you want!

but the link is wrong

btw also the code-time.tobiaswaelde.com url show nothing

gino8080 avatar Mar 04 '20 00:03 gino8080

I really could need some help 😄 please contact me via email, whatsapp or telegram. you can find my contact information here: tobiaswaelde.com

tobiaswaelde avatar Mar 04 '20 02:03 tobiaswaelde

Code 406 if you click on the link you've posted. https://info.tobiaswaelde.com this link should work fine.

And refering to the code-time. There is already a handy extension called like that from Software: https://marketplace.visualstudio.com/items?itemName=softwaredotcom.swdc-vscode

Is there any affiliation with that extension or its a coincidence?

Yazir avatar Mar 04 '20 11:03 Yazir

you should be automatically redirected to info.tobiaswaelde.com

i already know the extension from Software, but i miss some features (which exist in waka time). But i do not want to waste 10$ per month just to show more than the last 14 days. So i prefer to build my own extension. Due to my coding habits (coding on the backseat while traveling long distances) where I do not always have an internet connection I want to build mine almost completely independent.

tobiaswaelde avatar Mar 04 '20 23:03 tobiaswaelde

Hey Tobias, do you need help on this?

oryon-dominik avatar May 31 '21 06:05 oryon-dominik

@DanielHabenicht Currently you can create a .vscode/settings.json inside your project root where you can set the default workspace ID and default project ID. This should help until v4 is finished where these functions should be simplified and accessible via the context menu in the tree view.

tobiaswaelde avatar Feb 16 '23 00:02 tobiaswaelde