deathaxe
deathaxe
Maybe because it is just a VT510 specific synonym for VT102 CHA sequence. Note this repo targeting VT100/102, primarily.
That's something to be fixed by either LSP or lsp_utils.
Actually API bindings for each target language were required, which is way more work to do, I guess. WASM is just a sort of byte code running in a VM....
This PR is obsolete, superseded by #184.
Provided by [LSP-taplo](https://github.com/sublimelsp/LSP-taplo) helper package.
No, PC doesn't do anything of that atm, even not in four-point-oh branch. 1. Clearing `sys.modules` was considered but dropped for the moment due to experiences made with how it...
LaTeXTools implements an automatic encoding guesser to ensure correct display. https://github.com/SublimeText/LaTeXTools/blob/fc0d1791988d0bbbd5e7d96dc390aca06f81f37a/latextools/make_pdf.py#L50-L76 It would however require to provide a dedicated build runner extending `Default/exec.py`.
Even easier solution: set `"encoding": "oem"`. ```jsonc { "cmd": ["pwsh", "-nologo", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"], "selector": "source.powershell", "windows": { "encoding": "oem", } } ```
It seem so be the simples and most straight forward default. I haven't checked what happens if utf-8 output is enabled via Control Panel though. At least it would cause...
A More compact presentation should ensure to work well with long or deep path structures.