Skip to content

Feature Request Extensions #65

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"
    ]
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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