leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
49 stars 22 forks source link

Can't add new favorites #45

Closed sergei-beloglazov closed 4 years ago

sergei-beloglazov commented 4 years ago

I can't add a new favorite to existing. It might started after adding separate .code-workspace file to the project dir. In other projects it works fine. In the project with .code-workspace I can't neither add nor delete.

leftstick commented 4 years ago

@geforcesong would you like to take a look?

sergei-beloglazov commented 4 years ago

I found a problem source and fixed it. My .code-workspace was incorrect ("missed {"). So it could read it, but couldn't modify. Thank you!