Results 10 comments of Omar Elmasri

while in the same file, changing the language mode in the lower right corner in the status bar in vscode seems to workaround the issue. while in c language mode,...

Hi @cschlosser , thanks for your effort. let me know if i could provide more help.

@soloturn Thanks, but that won't help. I need different runner to to change qemu call arguments. one to halt target at beginning, and another just run to completion.

best thing with vim tabs are local working directory, with each tab can have either its own working directory with `:tcd /local/working/directory/per/tab/` or the same global working directory of the...

updates: font is being updated according to dim effect but cell color isn't being updated, it's still bright due to the reverse. so dim effect only works on the character...

@HighCommander4 Any guidance where to start on this?

yes, I just noticed that setting `$env.config.use_ansi_coloring = "auto"` in nushell, removes the ansi coloring when invoked from helix, which returns normal text as `insert-output date now`. Not sure if...

@wez Would you please guide on this? I'm planning to work on it. I've tracked up to [this line](https://github.com/wezterm/wezterm/blob/118802c24420f3f4c206333cc7885cd922142e8e/wezterm-gui/src/overlay/quickselect.rs#L566)and [this line](https://github.com/wezterm/wezterm/blob/118802c24420f3f4c206333cc7885cd922142e8e/wezterm-gui/src/overlay/quickselect.rs#L660), I'm planning to append a dummy line to the...