jkyeung

Results 10 issues of jkyeung

Steps to reproduce problem: 1. Create a directory with a right-paren. For example, `md "\(foo)bar"` 2. Unzip the `GoPortWin1.8-r.1.zip` archive into that directory. 3. Try invoking `liteide.cmd`. When I invoke...

I understand that being packaged as a single-file module with no external dependencies was an explicit goal of this project, and it's one that I support. However, now that it...

enhancement
help wanted

What the code looks like before pressing Enter: ```python def foo(): return| ``` When I get to the above state by typing in the function from scratch, then pressing Enter...

indentation

This is more of a question or comment than a feature request or bug report: What's the rationale for putting the cursor just before the closing bracket rather than just...

What the code looks like before pressing `enter`: ```python foo = [|] ``` What I want the code to look like after pressing `enter`: ```python foo = [ |] ```...

indentation

**Describe the bug** When saving tab characters back to the IBM i, the string `'\t'` (that is, the two-character string composed of a literal backslash and a literal 't') get...

vscode-api

Currently, because of the way diffs work, moving entire lines of code left or right (such as when re-indenting) do not affect the dates for those lines. This has been...

idea

Fixed a few typos.

If you attempt to use "Save As..." to make a renamed copy of the member or stream file that is already open, VS Code will tell you that the target...

I have "Show Seu Colors" disabled. I have a source member with attribute bytes. This is what the member initially looks like in SEU: ![1. Initial state in SEU](https://github.com/user-attachments/assets/4f1dd6f3-2702-498c-a0d6-3d31dfa69a18) This...

discussion