kdcro101 / vscode-favorites

Add files and directories to workspace favorites. You can create groups (and subgroups) of favorite items with files and folders. Time saver for complex projects.
MIT License
49 stars 13 forks source link

Top-level Create Group button does not consistenly create room at top level #69

Open sreid55 opened 1 year ago

sreid55 commented 1 year ago

Describe the bug When attempting to create a new group at the top level, the Create Group button adds the new group to an arbitrary existing group, or sometimes to the top level

To Reproduce Steps to reproduce the behavior: In a workspace with existing favorites groups, click the Create Group button on the heading and provide a group name (e.g., "80 TESTS")

Expected behavior A group to be created at the top level., Sometimes this happens, but often the new group is created in an existing group, even when no group is selected.

Workaround: after creating the group edit the .favorites.json file and set parent_id to null for the group

System info (please complete the following information):

Additional info Add any other info about the problem here.

StoryDevOffical commented 1 year ago

same behaviour here