Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin started as part of layout does not get restarted by start-or-reload-plugin, instead the action opens a new pane. #3927

Open
JohnDowson opened this issue Jan 11, 2025 · 0 comments

Comments

@JohnDowson
Copy link

Issue description

Plugin started as part of layout does not get restarted by start-or-reload-plugin, instead the action opens a new pane.

Minimal reproduction

layout {
    cwd "."
    pane command="cargo" {
        args "watch" "-x" "build" "-s" "zellij action start-or-reload-plugin file:target/wasm32-wasip1/debug/rust-plugin-example.wasm"
    }
    pane {
        plugin location="file:target/wasm32-wasip1/debug/rust-plugin-example.wasm"
    }
}

Other relevant information

Zellij version: 0.41.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant