Skip to content

Project Name Missing #103

@selwynorren

Description

@selwynorren

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions