Steve Cadwallader
Steve Cadwallader
I'm not sure, I've unfortunately been having a lot of difficulty with the VS2022 debugger for extensions.
Thanks for the additional context. It sounds like Microsoft has acknowledged the issue and has a fix upcoming in Visual Studio.
Thanks for reporting the issue. I've got a proposed fix up in PR #968. Can you take a look and let me know if that is what you had in...
I don't see that we are using the `IsIndeterminate` property on the `RadilProgressBar`, only the `BuildProgressView`. Does it have to be set even if it's not being used and is...
Thanks for reporting the issue. I suspect this is related to using an ARM version of VS which is not yet supported by CodeMaid (see #963).
Thanks for the suggestion! It seems fairly straight forward to add support based on that article if someone has an Arm64 device to test it out and can make the...
The PR includes some major package updates, which will break compatibility with VS2019. If there is a way to avoid breaking changes, that would be helpful.
Thanks for reporting the issue. I have not been able to reproduce it. We do have explicit bypass logic for the `partial` keyword on classes but I don't know that...
Thanks for reporting the issue. The formatting options are related to comment formatting. I believe the option you want is CodeMaid->Options->Cleaning->Insert->Insert blank space before self-closing angle brackets. I was able...
Thanks for reporting the issue. There is a known bug in the Visual Studio SDK that is causing definitions to lose keywords. See https://github.com/codecadwallader/codemaid/issues/879 for more details. The workaround at...