George Garside

Results 12 issues of George Garside

The menubar icon is not retina-ready: ![Menubar](http://f.cl.ly/items/31123P2I0J29120H1211/Screen%20Shot%202013-05-17%20at%2009.12.27.png)

- Fixes #263 Implements @kahole's suggestion of > There may be some way to have a shortcut that checks for the blame view and can allow us to use «q»...

Fix #197 by supporting [] and […] in author name (e.g. `renovate[bot]`) Also switch to named groups in regex for easier maintenance, removing a level of escaping in the regex...

Provide Intellisense and UI in settings for magit.hide-status-sections configuration option. Before: ||| |-|-| After: ||| |-|-| https://github.com/kahole/edamagit/assets/191085/003956b9-c8a3-4c86-a6cd-5aee227d0a7f

Complete the list of activation events by adding missing entries and a brief description of each. Closes #5745 by completing the list. Closes #6600 by documenting `onDebugInitialConfigurations` and `onDebugDynamicConfigurations` with...

doc-bug

**Describe the Bug** The theme colour `icon.foreground` is not respected by the editor action icon. **To Reproduce** Steps to reproduce the behavior: 1. Apply the following example to settings.json ```json...

bug
vscode

### Describe the bug On clicking Epic's HITMAN 3 I get ‘Cannot get game info’. Tried clearing cache and logging out & in. I'm guessing it's not liking the colon...

bug:unconfirmed

Add support for Run Anything (https://www.jetbrains.com/help/idea/running-anything.html) on double ctrl to open the Run Task picker.

- Fix #4279 ```diff Restart an application. Perform a rolling restart against all running Machines. Usage: - fly apps restart [flags] + fly apps restart [name] [flags] Flags: + -a,...

- Fixes #2924 Makes it easier to identify errors in running commands where `-` has been missed for example. Rather than silently ignoring the argument, an error message is reported....