vscode-xml
vscode-xml copied to clipboard
Setting as default formatter in VS Code
Selecting "XML Tools" in "Select Default Formatter..." does nothing. I had to edit the settings.json file and add this to make it the default.
"[xml]": { "editor.defaultFormatter": "DotJoshJohnson.xml" },
This should not have to be done manually, but should be settable using "Select Default Formatter...". Fixing this will make it easier for people to use this excellent tool.