Johannes Altmanninger
Johannes Altmanninger
One problem is that `crate_graph()` is empty this early on; I'm not yet sure where that function is defined, probably a salsa thing
Ok thanks, we implemented refresh notifications now. We trigger the refreshes as soon as an editor window sees any activity. Could also refresh all open buffers but there could be...
I think there have been a few discussions around this. Could be a nice feature. Either way Kakoune still needs to keep its heuristic to restore selections, for `BufReload`. The...
also `set -lx fish_trace 1` should override any existing suppression I think, since this is a debuggin-only feature.
I was just talking about the problem that there is currently no way to "un-suppress" tracing. I agree "1/on/true/script" should (as it does today) trace only normal commands. Agreed with...
Nice find. This seems like a bug in omnisharp. Do they not respect rootPath, rootUri or workspaceFolders? I'd need to check
I'll add some better info later. Maybe fish crashed, or something is wrong with tmux. Unfortunately this test framework hides some fatal error message, we should really fix that. I...
does this work for you? If yes, bisect the difference in your env vars: env -i PATH=(string join : $PATH) ninja -C build test_tmux-multiline-prompt.fish
> ``` > 1729947989.073748 cmd_pack_argv: argv[0]=new-session > 1729947989.073750 cmd_pack_argv: argv[1]=-x > 1729947989.073751 cmd_pack_argv: argv[2]=80 > 1729947989.073751 cmd_pack_argv: argv[3]=-y > 1729947989.073752 cmd_pack_argv: argv[4]=10 > 1729947989.073753 cmd_pack_argv: argv[5]=-d > 1729947989.073754 cmd_pack_argv: argv[6]=/home/jax/repos/jax/fish-shell/build/fish...
great work, thanks