FabianLauer / vs-code-xml-format

Simple XML formatter for Visual Studio Code.
https://marketplace.visualstudio.com/items/fabianlauer.vs-code-xml-format
MIT License
7 stars 5 forks source link

Comments are being removed #3

Closed alefragnani closed 8 years ago

alefragnani commented 8 years ago

First of all, great extension! :+1:

If you have comments inside the XML file, they are removed. It doesn't matter if the comments are commented nodes or simply simple comments.

Thanks in advance.

lelong37 commented 8 years ago

+10

FabianLauer commented 8 years ago

This should be fixed with version 0.1.1. Just update the extension via VS Code and you're good. BTW, sorry to keep you guys waiting. Had a bunch of things on my plate, one of them was to build an XML parser that can process all kinds of XML nodes 😉