-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to override safety checks #268
Comments
Thanks for splitting this out. |
No prob - I looked into fixing it myself, but unfortunately I don't think I'll be of much help here. |
Thanks for taking a look, I appreciate that. I can see you're pretty passionate about it so I'll knock it out. |
…ation should run in the presence of preprocessor conditionals. Follows pattern of cleanup external files.
…ks to remain enabled, deferring availability checks to execution time.
I've implemented this request as a new option as well as a user prompt when detected. Can you please test the latest CI build (10.0.81 or higher) available here: http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/ |
Ok I had some time to test this in 10.0.82 - looks like it's working well. Thanks! |
Cool, thanks for confirming. |
Environment
Description
Currently, CodeMaid disables the re-organize function if the file contains any pre-processor conditionals/directives. This should be an be an option that is off by default and allows overriding the safety checks. Thanks!
Related issue:
#239
The text was updated successfully, but these errors were encountered: