vscode-coding-tracker-server
vscode-coding-tracker-server copied to clipboard
Using a subfolder as workspace turns out as a separate project.
If I make the sass folder my root workspace in vscode, my stats will say I spent the time working on the "Sass" project rather than on the "Awesome Project" project.
Awesome Project — sass < — pug
Is the problem like:
you edited a file index.scss
under folder sass
. but coding report display you coding under folder Awesome Project
.