Closed
Description
Description
Plist (in XML format, not binary) and MobileConfig files are just xml but because they are a separate "language" in vscode, XML Tools does not format
Current Workarounds
Switch document language to XML
OR
specify files.associations
"files.associations": {
"*.plist": "xml",
"*.mobileconfig": "xml"
}
I use this extension hourly most days, having this ability would be really nice but is not any sort of priority due to the workarounds listed above.
EDIT:
Apparently, my brain decided to take a dumb and the grammar went with it. Fixed a few phrases in the sentences.