You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is loaded and Current folder is ".". When I press ctrl-shift-r a floating pane is shown for a moment with cargo build but the plugin is not loaded. If I restart and just change the Current folder manually to the current folder ( it will get the full path and not just . ) then everything works as expected.
I followed the guide here https://zellij.dev/tutorials/developing-a-rust-plugin/#using-the-development-environment and started creating a plugin. Everything works as expected. At some point I stop the development and close zellij. Then I go inside the created folder a start a zellij session using the created layout.
The plugin is loaded and Current folder is ".". When I press ctrl-shift-r a floating pane is shown for a moment with cargo build but the plugin is not loaded. If I restart and just change the Current folder manually to the current folder ( it will get the full path and not just . ) then everything works as expected.
Btw. the created zellij.kdl points to plugin version 0.1.0 "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.1.0/develop-rust-plugin.wasm"
The text was updated successfully, but these errors were encountered: