-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels