-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fails with missing "shell integration" field on Nushell 0.93.1 #64
Comments
thanks for reporting, i can actually reproduce this with nushell/nushell@ac4125f |
ok, it's working with Nushell 0.93.0, so something happened in Nushell between nushell/nushell@3b220e07e and nushell/nushell@ac4125f8e |
bisecting Nushell... ♻️ so looong to compile on my personal machine 💀 |
i was able to fix the issue by compiling the plugin with the same revision as my Nushell install, i.e. nushell/nushell@ac4125f, and the following TOML nuon = { git = "https://github.com/nushell/nushell", rev = "ac4125f8edd5b8f3f68aa653d03d57b2d25f1da1", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", rev = "ac4125f8edd5b8f3f68aa653d03d57b2d25f1da1", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", rev = "ac4125f8edd5b8f3f68aa653d03d57b2d25f1da1", package = "nu-protocol", features = ["plugin"] } instead of nuon = "0.93.0"
nu-plugin = "0.93.0"
nu-protocol = "0.93.0" @kubouch, could you try with the same
|
@kubouch you can also have a look at the new "troubleshooting" section of the README, and make sure you are on the latest |
related to
I get this error on Nushell 0.93.1 (latest main):
version | transpose key value | to md --pretty
The text was updated successfully, but these errors were encountered: