Muhammad Amin Saffari Taheri
Muhammad Amin Saffari Taheri
I also get the exact same error when trying to launch the JavaScript debugger. ``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', helix-term/src/commands/dap.rs:325:22 stack backtrace: 0: 0x5653ba2c6ac5...
I agree with this as well. I ended up being confused for half an hour why I couldn't use the shortcut I created to move easier (I had the same...
Thanks, @the-mikedavis I check with `hx -vvv` and I think most things are working correctly until these two lines (I didn't include a lot of the glob and file selection...
I did manage to get the malformed notification. ``` 2022-05-31T16:29:31.889 helix_term::application [INFO] window/logMessage: LogMessageParams { typ: Warning, message: "OmniSharp.Extensions.LanguageServer.Server.LspServerOutputFilter: Tried to send request or notification before initialization was completed and...
Yes!! It was one of the settings, I had copied the settings from their examples but the `locationPaths` setting in the `RoslynExtensionsOptions` was causing the problem. It doesn't show that...
Is the backtrace in the `helix.log` @archseer ?
Here is the backtrace: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Char range out of bounds: char range 18446744073709551538..18446744073709551599, Rope/RopeSlice char length 31489', C:\Users\mast\.cargo\registry\src\github.com-1ecc6299db9ec823\ropey-1.5.0\src\rope.rs:546:37 stack backtrace:...
Is this enough or do I need to add more? @the-mikedavis
For anyone else waiting, you can change `dev-env` to `dev --env` and it'll work. Just make sure that you don't re-create the file each time you open `nu` or your...
I implemented it but it needs some work. I'll submit a PR after I fix some things.