Hi,
So this has been a favorite plugin since forever. I do wish this is the default way Sublime would use projects ;-)
However I have only noticed since ST4, but the project name no longer is listed in the file created in the user folder. This means that WakaTime does not detect the correct project name and only shows Untitled project for all my projects and reports all projects under that Untitled Project name, highly unhelpful as you can image ;-)
So typically this project would look like this:
{
"folders":
[
{
"name": "Project Name"
"path": "Location/of/project/path"
}
]
}
But now it looks like this:
{
"folders":
[
{
"path": "Location/of/project/path"
}
]
}
Is this an issue on Project Manager side, Sublime Text 4 or WakaTime? I thought I would ask here first.
Hi,
So this has been a favorite plugin since forever. I do wish this is the default way Sublime would use projects ;-)
However I have only noticed since ST4, but the project name no longer is listed in the file created in the user folder. This means that WakaTime does not detect the correct project name and only shows Untitled project for all my projects and reports all projects under that Untitled Project name, highly unhelpful as you can image ;-)
So typically this project would look like this:
But now it looks like this:
Is this an issue on Project Manager side, Sublime Text 4 or WakaTime? I thought I would ask here first.