liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

How to set a custom root of the local development environment to be synced? #1004

Open nikolaynikolaevn opened 1 year ago

nikolaynikolaevn commented 1 year ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I am having a project where my local development environment has a different folder structure from my remote environment, e.g. the project files are located at html/ at the remote, but at "public_html/" locally. Is there a way to set/map the local root source code directory to the remote root source code directory?

Describe the solution you'd like A functionality for setting the root source folder to be synced to the remote and/or creating mappings of local->remote directories to sync.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Does this project help you?