Max Kamps
Max Kamps
I seem to remember a story like this being posted on Hacker News, where some old business software crashed if a file contained the literal text "`EOF`". Can't find it...
I had the same problem on macOS Sierra, fixed it with `{"keys": ["super+shift+c"], "command": "shell_prompt", "args": { "cmd": ["/usr/bin/sh"] } }`
The changes in TS 5.1 ended up not being helpful. Neither will 5.2. There is an active TypeScript issue about a feature that would allow correctly typechecking `children` of JSX...
Already asked Kou for furigana on words, but unfortunately there is no API to get them yet
Definitely :+1: on the popup height and mobile accessibility. All help on mobile support is super appreciated.
Starting with version 11.0, popup height is now limited and scrolling is enabled. Not sure how this interacts with mobile currently.
Postponing this to 0.2.0, since I have no idea how to do this yet... It will get pretty complicated, either way.
I have thought about it more, and came up with a third solution: It would also be possible to have a separate `values` method for each possible type, which sets...
I think I may be running into the same problem. Every time the debugger suddenly stops, I can see this message in the Extension Host output: `[error] Error: Invalid debug...