Andrii
Andrii
You also probably missed my response [here](https://github.com/OpenTTD/OpenTTD/pull/12793#discussion_r1660228782), [here](https://github.com/OpenTTD/OpenTTD/pull/12793#discussion_r1660229275), and [here](https://github.com/OpenTTD/OpenTTD/pull/12793#discussion_r1660227927)
I did try that, it had a bunch of issues: - The names would either be cut off or would take up half of the screen - It is very...
similar issues here, but I deleted the last setup call, and got something working, but not everything. No syntax highlighting, the snippets don't usually work and when they do, they...
@seamus-45 can you pls share your new jinja lsp config? I can't reproduce your success :)
This should not be merged, it brakes pressing CTRL-c when a command is running to stop it. Instead the whole app will just die. The approach to cleaning the screen...
I think you didn't git push something
Hey, I know github supports shared (co-authored) pull requests, what to share the PR with me? I can add your CTRL-c handling logic to my PR, and we can both...
> > Hey, I know github supports shared (co-authored) pull requests, what to share the PR with me? I can add your CTRL-c handling logic to my PR, and we...
1 last thing, mb don't add `esc` as another way to exit, `esc` is already used to exit from a terminated command / preview, and pressing it 1 more time...