vscode-clockify
vscode-clockify copied to clipboard
Simpler start/stop
Is there a way to do the same in the plugin?
I am currently using fabiospampinato.vscode-commands to make the counter start and stop
commands.json
{
"commands": [
{
"command": "clockify.tracking.stop",
"alignment": "right",
"text": "$(primitive-square)",
"tooltip": "Stop clockify",
"color": "#ff0000"
},
{
"command": "clockify.tracking.start",
"alignment": "right",
"text": "$(triangle-right)",
"tooltip": "Start clockify",
"color": "#10f009"
}
]
}
looks like this: