We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
start-or-reload-plugin
Plugin started as part of layout does not get restarted by start-or-reload-plugin, instead the action opens a new pane.
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" } }
Zellij version: 0.41.2
0.41.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Other relevant information
Zellij version:
0.41.2
The text was updated successfully, but these errors were encountered: