-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
Now the extension works well when I run it on the VS Code on the host. But I usually use VS Code in the Remote mode, when it runs the server side inside the DDEV container, that is very convenient.
But, in that mode, the extension is not working because it tries to get the list of DDEV projects from inside the "web" container, not from the host system.
So, I have to launch a separate VS Code instance (usually empty) just to get the DDEV extension working.
Describe the solution you'd like
As I know, you can mark the extension (or some parts of it) as "Run on the host side" to fix this issue. So, if it is possible, would be great to make the extension work in the VS Code Remote mode too!