herr kaste
herr kaste
Actually I find both ideas interesting.. We don't have neither. We have for example ``` "highlights.demote_while_editing": "warnings", ``` as a global setting which will then not draw underlines, marked regions...
That's a way to make it backwards compatible but maybe doesn't solve the ux problem. For example, I usually don't want two different key bindings to jump around. And it...
Haha, that's indeed a trivial patch. Let's see how it feels.
With the `protected_regions` GitGutter controls if it shows the `git diff` tooltip. T.i. if I remove this marker I don't get our line report on hover. Actually, we should provide...
I sure fix the bug here, since we now know it, and don't set protected regions if `show_hover_line_report` is `False`. Other than that it is an UI thing. When we...
This has been implemented and ships right now.
SublimeLinter runs `rubocop` as a child process of Sublime Text. As such it (the process) inherits the environment ("ENV") of Sublime Text itself. (For example, it does *not* use `Package...
Implementing #1795 would probably solve this automatically. (?)
Any refactoring is risky if we can't do some at least some manual testing. 🤷♀️
Of course, ideally we could just call something like self.get_executable() bc the 'mypy' can be inferred.