hangxingliu / vscode-coding-tracker

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

Time spent in the integrated terminal #7

Closed curpeng closed 7 years ago

curpeng commented 7 years ago

Is it possible to add to a chart time that was spent in the integrated terminal?

hangxingliu commented 7 years ago

It is a good idea. But it is difficult achieved . Because VS Code has not any useful interface and event around integrated terminal. (VS Code only support methods to creating terminal and managing terminal created by you. And an event fired by closing a terminal)


If you have any good ways to achieve this idea. you can contribute your codes or your ways to this repository.