jas-chen / atom-live-server

Launch a simple development http server with live reload capability.
https://atom.io/packages/atom-live-server
MIT License
121 stars 49 forks source link

not opening the right file #206

Open mastergameplayr opened 5 years ago

mastergameplayr commented 5 years ago

i'm working on different projects at the same time and it never opens up a server for the right file

AdonisN commented 5 years ago

The file that you want to open needs to come first in the list of project folders that you have. Whatever project that is first on the list, that's what the server will run.

janstieler commented 5 years ago

This is a problem indeed. I have also multiple projects in my sitebar open. And normally it is not the first one which I need in the listed directory. Could you not develop a function that define teh projectfolder from the contextmenu or something else?

Cheers

alexxtasi commented 4 years ago

Hi all ! @janstieler I agree that this is a problem and it and would be a very nice feature:

I see other issues too #89, guessing this is the default case.

Is there any plans to add this feature ? regards