Closed ktsn closed 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.
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.