Kanna727 / jekyll-run

This vscode extension can simply Run your Jekyll site locally and opens your site in browser
https://marketplace.visualstudio.com/items?itemName=Dedsec727.jekyll-run
MIT License
4 stars 2 forks source link

Does not terminate on disconnecting from a server over SSH #67

Open JLO64 opened 11 months ago

JLO64 commented 11 months ago

Describe the bug I don't know if this is fixable, but there is an issue with running this plugin over an SSH connection. Even if the "Stop Server On Exit" option is enabled, it does not terminate the process when you disconnect from a server you are running the plugin on. Thus, when you reconnect to a server you are unable to start Jekyll Run.

To Reproduce Steps to reproduce the behavior:

  1. In VS Code connect to a server via SSH
  2. Open a Jekyll project directory
  3. Activate Jekyll-Run
  4. Close VS Code without stopping jekyll-run
  5. Reopen VS Code and reopen that same project
  6. Activate Jekyll-Run and you will get the same error as in my screenshots below

Expected behavior What should happen is that when you disconnect from your server via SSH, jekyll serve should terminate automatically.

Screenshots image image

Server:

Laptop:

Additional context I run this plugin with --host=0.0.0.0 as a CL argument, but I doubt that affects this issue.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.