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

Does not work with RemoteFS #41

Open Jay2k1 opened 5 years ago

Jay2k1 commented 5 years ago

Describe the bug In my workspace, I tried creating some groups, which silently failed. Then I tried to add a file directly as favourite, after which the error message "Unable to identify type of /htdocs/foo/bar.php" appeared.

This only happens on a workspace with a remote (FTP) folder (I am using the liximomo.remotefs extension). It does not create the .favorites.json file in the root. I am able to create it myself, but it doesn't change anything.

To Reproduce Steps to reproduce the behavior:

  1. Install https://github.com/liximomo/vscode-remote-fs
  2. Configure a remote location as workspace
  3. Try to create a favorite or a favorite group in that workspace
  4. See error

Expected behavior It should work as expected (create a .favorites.json file and work with it, this does not happen)

System info (please complete the following information):