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

Extension creates .vscode/settings.json in new folders #25

Closed Yanpas closed 5 years ago

Yanpas commented 5 years ago

When I open new folder in vs code this extension creates .vscode/settings.json with the following content:

{
    "favorites.sortDirection": "ASC",
    "favorites.groupsFirst": true
}
kdcro101 commented 5 years ago

@Yanpas ,

Thank you for your feedback!

Please update to version 2.2.2. Problem should be fixed.

If you have any problems, open issue.