L13 / vscode-projects

Manage your workspaces and projects in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-projects
Other
18 stars 1 forks source link

Does not with with Remote Development/WSL2 #44

Open ronthepennyhoarder opened 2 years ago

ronthepennyhoarder commented 2 years ago

I have a Windows 10 machine with Ubuntu 20.04 on WSL2 running. My projects are cloned into the Ubuntu. I am able to use the Remote Development extension to work on the code from the VS Code installed on Windows. However, the Projects extension is not able to properly find the path in this situation and thus won't save the projects within this extension. This issue makes using this extension for quick switching between projects not possible, which was the whole reason I installed the extension after moving from Sublime Text and missing their quick switch feature. Works perfectly fine if you are not working on remote development.

L13 commented 2 years ago

Hello, the development is currently on hold until autumn. The extension doesn't support remote workspaces right now. The feature was in development, but is not done yet.

thomasfrobieter commented 11 months ago

Any news on this front? This extension looks so fantastic! Sadly, I need to use WSL :/

L13 commented 11 months ago

Hi, I have a working version which supports remote, but my problem is I can only test it on macOS with Docker. I don’t have access to Windows and Linux platforms anymore. I had to change the fs api from node to vscode which works differently. So testing or debugging the new version on the other platforms is not possible right now. I don‘t want to release a version which is broken because people rely on it.

quornian commented 5 months ago

I'd love to test on Linux. Do you have a development build I could try out? This extension is great.

I use the "Remote - SSH" mechanism and this extension would be perfect for switching between the many projects I have at the other end.

Thanks for making it!

L13 commented 5 months ago

Hi, I'm still working on an solution and maybe there is one in the next two months. Things were getting a little bit stressful for some time.

L13 commented 3 weeks ago

Hi, the new version with remote support and new sorting is available now.