Ryan Livingston

Results 6 issues of Ryan Livingston

Extension Version: 3.2.0 VSCode Version: 1.34.0 My work is frequently done in one large Perforce client directory, say `/root/`. When working here I'll add a few subdirectories of interest to...

**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) After upgrading the extension to a version using the native testing API, I realized that I lost the ability to auto-run Google test C++...

v4.x

Saw the great addition by @RobinTournemenne in https://github.com/Gimly/vscode-matlab/pull/106 There is an undocumented `-severity` flag to `mlint` that returns a severity number: ``` $ mlint -id -severity f.m L 2 (C...

Run a search and leave fzf open. Then run another search from VSCode and note that this doesn't cancel the running search. Reported in #13

In the debug repl I frequently want Ctrl+p / Ctrl+n to navigate previous / next in the history. We can do this with: ```json { "key": "ctrl+p", "command": "history.showPrevious", "when":...

#42 added some highly requested features. However it relies on `$(cmd)` for command substitution. Fish shell users (like me) hit errors because the syntax for fish is `(cmd)`. Making an...