Mike Griese
Mike Griese
Also see #5318, which we should probably just do _always_
@bpulliam Is this #4249, or some other derivative of #1856?
Now to self: We have to add a sequence for adding a mark but not modifying the current ftcs state. Something so `clang` can say "this is an error/warning" without...
@lhecker did this one get fixed too?
@zadjii-msft note to self, this might be related to that other neovim hang thread. The theory had something to do with someone else taking the clipboard lock. `win32-clip.exe`? Can't remember...
This is a good sign that partial localizations work though, for #10667
```json { "command":{ "action": "sendInput", "input": "\\x1b" } }, { "command":{ "action": "sendInput", "input": "\u001b" } }, { "command":{ "action": "sendInput", "input": "\u001b[A" } }, { "command":{ "action": "sendInput", "input":...
(I suppose we probably could have `MainListPage` cross-reference that app with open windows from window walker, and add a "switch to" context command if there is one. Probably just the...
Guys this is **totally** the notebooks thing I was talking about 😉 But also, there's probably some other useful things we're working on here for "Tasks" - basically, having a...
Sorry for the delays @benzaria and @Stevoni. Personal life stuff got in the way. I pushed the source for the git extension over here: https://github.com/zadjii/GitForCmdPal It's really rough. It was...