madskristensen / VuePack

Other
61 stars 7 forks source link

Error when editing .vue file in VS 2015 #1

Closed cybertino closed 8 years ago

cybertino commented 8 years ago

Installed product versions

Error occurred while modifying script section of .vue file.

Steps to recreate

  1. Create new .vue file
  2. Create script block
  3. Type module.exports = { and hit Enter.

    Current behavior

Object reference is not set to an instance of object.

Screenshot

screenshot_1

madskristensen commented 8 years ago

Thanks for the bug report. I cannot reproduce the issue. Do you have any extensions installed that might interfere with HTML/JavaScript editing?

cybertino commented 8 years ago

I have Web Essentials and Web Compiler (that's what I manually installed). Do you need a full list?

madskristensen commented 8 years ago

Can you try to disable the extensions one by one to see which one is the problem?

cybertino commented 8 years ago

Tried to disable manually installed extensions but still have the same problem. Also the syntax is not highlighting for the script section.

screenshot_1

cybertino commented 8 years ago

The issue still persists to me but it seems like my local problem. Is VS2015 Update 3 supported?