Zorbn
Zorbn
@pauldhunt If you're still interested in this, I have a repo that uses ttfautohint to hint the ttf fonts. It also uses ttfautohint's Control Instructions to customize the hinting of...
I made a quick port (https://github.com/Zorbn/vscode-falcon)  Right now you have to use `vsce` to `vsce package` it yourself. Might be a good starting point for something official.
I also tried to debug this but I wasn't able to find a problem with `ScrollRegion` either. At first I thought the bottom few lines just weren't being updated but...
I've come back to this issue, and it seems that I found the bug. @viyic if you get the chance, please let me know if #90 fixes this for you....
This is fixed in [my fork](https://github.com/Zorbn/local-lua-debugger-vscode) by changing the conditional in `Breakpoint.add` from ``` if (mapping.sourceLine === line) { sourceFile = file; file = scriptFile; sourceLine = line; line =...
I wasn't able to get this to happen on 0.3.9 (the past versions I've used also didn't have this problem). Is it related to a Windows setting/other program/plugin/etc?
I think Alacritty has a custom way to draw those characters so that they will line up. Otherwise, they're just normal characters and will be separated by line spacing and...
Thanks for providing the command that causes the issue! Does this still happen in 0.3.9? I was trying to reproduce it but I wasn't able to.
Agreed, it would be nice to have it in the releases and maybe have a little text somewhere about how to use it with VSCode at least. Currently I assume...
`lyte.is_key_pressed/is_key_down/etc` with invalid values also has this issue (ie: `lyte.is_key_pressed("!")` crashes)