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:
In VS Code connect to a server via SSH
Open a Jekyll project directory
Activate Jekyll-Run
Close VS Code without stopping jekyll-run
Reopen VS Code and reopen that same project
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
Server:
OS: Ubuntu 22.04 LTS
Jekyll-Run Version: v1.7.0
Laptop:
OS: Fedora 39
VS Code Version: 1.84.2
Additional context
I run this plugin with --host=0.0.0.0 as a CL argument, but I doubt that affects this issue.
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.
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:
Expected behavior What should happen is that when you disconnect from your server via SSH,
jekyll serve
should terminate automatically.Screenshots
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.