Skip to content

Feature Request Extensions #65

@andyg2

Description

@andyg2

Would it be possible to determine what files are deemed to be html etc from the user files.associations key of settings.json
For example adding the mustache for an html template like so?

  "files.associations": {
    "*.mustache": "html"
  },

Or alternatively to add interface or settings.js options for alternative extensions like so?

  "minify.html": {
    ...
    ...
    "htmlExtensions": [
      "html, 
      "htm",
      "mustache"
    ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions