pickx
pickx
I didn't open this report, but I'm getting those messages. What can I do? Xcode 8.2.1 on 10.11.6
Temporary workaround: enable "Mirror Displays" in Display->Arrangement _before_ disabling the display.
For whatever reason, the manual installation for shell integration is unable to set the`HISTFILE`, so I just set it manually. Just put this in your `.zshrc`: `[[ "$TERM_PROGRAM" == "vscode"...
> I have the same issue. I type in `rs` + space but there is no change in the search bar. for the benefit of anyone who sees this: just...
@Beiri22 you can try defining a trait like ```rust trait AndThenEyre { fn and_then_eyre(self, op: F) -> Result where F: FnOnce(T) -> Result; } impl AndThenEyre for Result { fn...
> 4. On the sorting.. it's alphabetic. It could be forced with hacky names but.. eh, probably a useful vscode feature request because even with the search and filtering, I...