Run in visual studio

How to run ActivityWatch in Visual studio taken from github.
Please help us regarding this

There is one for visual studio code here, which is the only one I’ve tested:
https://marketplace.visualstudio.com/items?itemName=lindraupe.aw-watcher-vscode

Then there’s another one for the classic visual studio, but I have not verified that it works:
https://marketplace.visualstudio.com/items?itemName=FlorianLagg.ActivityWatchVS

There is a “Download” button for both which should work. In visual studio code though you can install it right from the editor if you want.

Thank you and i would like to know where will the execution starts from, the starting file of exectuion in entire application

The actual activitywatch application or the visual studio watcher?

aw-server starts here: https://github.com/ActivityWatch/aw-server/blob/master/aw_server/main.py

The watcher itself I don’t know as I have not written it, but the source code is here: https://github.com/LaggAt/ActivityWatchVS

Hi, I’m the dev of the VS watcher, have you found what you are looking for?