Samuel Bronson
Samuel Bronson
FWIW, I went looking for a command with "command" in its title using Ctrl+Shift+P. (I may also have looked for one with "contributions" in the name, because the contributions tab...
@shua said: > I would really appreciate if there was some way in the vscode ui to query the currently registered commands: builtin, extension, whatever. Even if there's no description,...
Well, there wasn't anything wrong with the code as far as I could tell, actually, I just had enabled a setting where any time COM code would return an error...
By the way, the reason I was trying to run in the debugger in the first place was that I was seeing something like Issue #116 (desktop was really eager...
Actually, after reading carefully, I've noticed that JSON Schema spec doesn't actually seem to say anything about using `$schema` outside JSON schemas. (They don't say you may do it, but...
So, uh, any progress on this yet? While I guess these instances aren't going to hurt anything, it still *looks* super scary ...
... And that wouldn't imply something was seriously wrong with said crate? (I actually don't know, I'm kind of new to rust.) *[ Wanders off to look at the documentation...
Another issue that seems to come from the multiline string handling is that ordinary string/codepoint literals beginning with `\\` confuse it; for example: ```zig const bad_str = "\\"; const foo...
Also, the `import` statements don't use module specifiers ending in `.js`, so if I try to just load those modules up they don't actually work.
Isn't that what the requestCode parameter to **startActivityForResult** and **onActivityResult** ("B", right?) is for? That parameter is for your exclusive use: whatever non-negative value you pass in, you get back...