atom-project-plus icon indicating copy to clipboard operation
atom-project-plus copied to clipboard

Feature Request: Allow adding nuclide remote project paths

Open kyldvs opened this issue 9 years ago • 1 comments

It would be great if this worked well with Nuclide and remote server development. Right now my projects.cson has remote files that look like this (substitute in your server's IP/port):

www:
  title: "www"
  paths: [
    "nuclide://127.0.0.1:8084/data/users/kyldvs/www"
  ]

When I switch to this project I always have to manually add this path back to the file-tree. Ideally it would be automatically added.

I'm not familiar enough with any of this to know whether this is something that would need to be added to this project or Nuclide itself, but I may try digging into it later.

kyldvs avatar May 16 '16 22:05 kyldvs

If this something we can support easily I'd be open to a PR.

mehcode avatar Jun 20 '16 05:06 mehcode