How do I disable adding empty quotes ("") when formatting XML config? #994
Unanswered
longtriops
asked this question in
Q&A
Replies: 1 comment
|
Thanks for reporting the issue. I think this may be triggered by Visual Studio's cleanup (which CodeMaid invokes and expands upon). If you run Edit->Advanced->Format Document do you see the same behavior? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a deployment variable in a web.config that does not follow XML. When cleaning up the config with Codemaid, empty quotes are added to the code and breaks the deployment variable.
Before Codemaid -> cleanup active document
After:

Is there a setting to prevent this?
Thank you!
All reactions