Chris Bain

Results 9 issues of Chris Bain

There are multiple Test Double types, of which mock is one of. Some good references for Test Double types include posts from [Martin Fowler](https://martinfowler.com/bliki/TestDouble.html) and on [the Google Testing Blog](https://testing.googleblog.com/2013/07/testing-on-toilet-know-your-test-doubles.html)....

Tags that start with an underscore used to not show up in My Tasks. But starting 4.8.22, items with these tags do show up in My Tasks.

feature request
UI

**Describe the bug** In a multi-module project, executing "Show Dependencies" on a module that requires a sibling module throws an error **To Reproduce** Steps to reproduce the behavior: 1. Clone...

bug

GIT_PROMPT_SYMBOLS_PRETAG - prefix symbol for detached head state pointing to a tag (similar to PREHASH) GIT_PROMPT_DETACHED_HEAD - variable tag/hash when in a detached state. Note: I only modified gitstatus.sh. Does...

Passing command arguments was added in #11 to resolve #12, but the README wasn't updated. Added note in README on how to pass command arguments. Also added an example of...

I understand that changes to the default regex are rejected. However, this PR does not change the default regex, but rather fixes a couple of issues with the default regex....

This PR is a fix for #749 (while also maintaining the fix for #562) In full transparency, I don't really understand how the `TreeNodeProvider.reset` method works. This PR is my...

### Recreate #### Setup - Default Todo Tree settings - open a new workspace in VS Code #### Steps 1. Create a new file 2. Add `[ ] Hello` to...

First I would like to say thank you so much for this extension. This is one of my most favorite extensions in any IDE ever! I have 3 bug fixes...