lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
321 stars 83 forks source link

Multiple projects in one workspace #220

Open x-wf opened 6 years ago

x-wf commented 6 years ago

Hello,

I have multiple projects in my workspace, and I need to have a 'ftp-sync.json' per project.

The problem is, it ftp-sync only recognizes the first 'ftp-sync.json' file it finds, which is in my first project.

So if I try to ftp-sync:init on another project, it doesn't work.

image

danilocode commented 6 years ago

It would be really nice if it gets resolved..I have the same issue

mingwiki commented 6 years ago

This is a must need. Can we have this feature in the future?

mingwiki commented 6 years ago

oh, I solved this problem by using GPM. Each project has a setting file. GPM can switch them easily, and try to use it without any workspace.

robertmarkbram commented 5 years ago

This is really important to me too. GPM doesn't solve it for me because I have SVN repos, not just GIT.