ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

perf: only send updated or removed file on that case #76

Closed ktsn closed 5 years ago

ktsn commented 5 years ago

Currently, the server sends all Vue SFC data in the workspace when a part of it is updated. This easily makes the performance worse as the project is going large.

This PR just fix it by adding notifications for each updated or removed file.