piniondna
piniondna
I'm also getting this crash. It's consistently reproducible whenever I hit backspace during code complete. I've isolated the MiniMap plugin, and I still get the crash, so it definitely is...
I did a little testing and I think what might be going on is based on Xcode version. The crash I was getting was in Xcode 7.0.1 on Yosemite. I...
ok, this time I made sure the plugins were completely removed. Before I was just removing the bundles. This time the crash report looks to be a bit more isolated....
Adding a `.vueignore` file for `node_modules/` and importing the dist library worked for me. I was able to register the component globally from main.coffee following the guidelines on this page:...