lonix1
lonix1
Are the severities in your editorconfig based on your personal preference, or an official MS source? They publish a "default" set of severities for the code analysis rules, but I...
Yeah I thought as much. It's unfortunate they don't publish an "official" set like they do for code analysis rules. Defaulting to warning probably makes sense. Having a GUI tool...
@maxild > You have to use microsoft.codeanalysis.csharp.codestyle.3.9.0-xxxxxx preview builds to get those files for explicit/recommended code style (IDExxxx) severity settings from there CI-feed I checked [this nupkg](https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet-tools&package=Microsoft.CodeAnalysis.CSharp.CodeStyle&version=3.9.0-4.21070.4&protocolType=NuGet) but it only...
I agree, this library is top quality, but without documentation or a (simple) example app it's hard to make sense of it.
Agreed, until this is [included in vscode](https://github.com/microsoft/vscode/issues/87274), it would be a great feature for this plugin. i.e. highlight word in all panels.
@frixaco Thank you, that works. @extrawurst I see the docs already have entries for other distributions - maybe his script can be added there, for now (until gitui is in...
Did you find a workaround? These days ansible is used heavily for automation, so scripts contain `{{foo}}`. (And this triggers [SC1083](https://github.com/koalaman/shellcheck/wiki/SC1083))
The fix is to have a disable-then-enable directive as I proposed in #2512. That is because shellcheck chokes on `{{` and `}}` (and related brace syntax) - **but everything else...
That is a nice trick @leagris, thanks. Sadly it doesn't work when using templating, as discussed [here](https://github.com/koalaman/shellcheck/issues/1306), but it's a nice workaround in other cases.
Thanks. I upgraded and noticed a small delay. If I move quickly over the widget, it doesn't popup. But it still pops up from time to time. Can I set...