madskristensen / VuePack2017

A Visual Studio extension
Other
37 stars 14 forks source link

Support for .vue.html files #12

Open ScottBurfieldMills opened 7 years ago

ScottBurfieldMills commented 7 years ago

Installed product versions

Description

Add support for .vue.html files.

.NET Core has templates for creating VueJS projects and they seem to default to using ".vue.html" as the file extension and the syntax highlighting/detection from this extension does not work.

Steps to recreate

  1. Follow steps on https://docs.microsoft.com/en-us/aspnet/core/client-side/spa-services under "Creating a project" and setup a Vue project
  2. Open the project
  3. Open one of the .vue.html files
  4. Notice no additional syntax highlighting or intellisense.

Current behavior

Does nothing.

Expected behavior

Normal functionality

Workaround

Renaming files from .vue.html to .vue