Skip to content

Add formatter support for XML Plist + XML Mobileconfig files #265

Closed
@WardsParadox

Description

@WardsParadox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions