sublimelsp / LSP-vue

Vue support for Sublime's LSP plugin
MIT License
29 stars 3 forks source link

Add settings for file watcher #110

Closed rchl closed 3 years ago

rchl commented 3 years ago

Based on file watcher registered in Vetur's extension: https://github.com/vuejs/vetur/blob/c97734bc89431d9bbc75f129d9593193d80c1800/client/client.ts#L54-L54

Fixes #91