madskristensen / VuePack2017

A Visual Studio extension
Other
37 stars 14 forks source link

Pasting from the clipboard or the editor crashes VS 2017 15.5.2 #16

Open kvigor opened 6 years ago

kvigor commented 6 years ago

Installed product versions

Description

Using the SPATemplate for Vue each time I copy and paste into a vue sfc (single file component) VS 2017 15.5.2 crashes.

Steps to recreate

  1. Launch VS 2017 Pro w/Vue.js Pack 2017 installed
  2. Clone template from https://github.com/MarkPieszak/aspnetcore-Vue-starter
  3. Follow instruction from step above for creating a local project
  4. Create a .vue file in the components folder, copy some text from a .txt file into the vue file and VS 2017 15.5.2 will crash and burn each time

Current behavior

VS doesn't remain stable when copying and pasting

Expected behavior

VS should remain stable when copying and pasting