Jamie Cansdale
Jamie Cansdale
``` > dotnet tool install -g snoopwpf > snoopwpf 🎈 ```
**Which Version of GCM are you using ?** Git Credential Manager for Windows version 1.20.0 **Which service are you trying to connect to** * [x] GitHub * [x] GitHub Enterprise...
Chances are that when I'm using GitDiffMargin, I won't want the build in 'Track changes' enabled. Having both bars is confusing and cluttered.  The problem is, it isn't necessarily...
We've noticed that the GitHub Extension for Visual Studio has been crashing with an `AccessViolationException`. This often happens when a user previews a PR and the extension calls `RetrieveStatus`. This...
Make it easy to trigger a new build.
The PR associated with the current branch is only highlighted when the user created or opened the PR using GitHub for Visual Studio. This isn't very helpful for users who...
Remember the repository directory and layout after a user clones a repository. This mirrors a similar feature which has been used for a long time in GitHub Desktop. It means...
We've had a strange issue where our `Themes\Generic.xaml` file was only being compiled to .baml for command line builds. When compiled inside Visual Studio it was being included as a...
When I attempt to execute a script file with `#!/usr/bin/env dotnet-script`, I get a `env: dotnet-script: No such file or directory` error. If I take out the `-` and change...
After publishing 3 Docker images and using `num-old-versions-to-delete: 1`, I noticed that `docker-base-layer` was deleted rather than the oldest tag. You can see it being deleted here:  The `docker-base-layer`...