diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 2a6a377..0a5c10b 100644 --- a/settings.json +++ b/settings.json @@ -689,6 +689,9 @@ "vue": [ { "command": "vls", + "config": { + "refresh_pattern": "\\([a-zA-Z0-9_-]\\+\\|/\\|\\k\\+\\)$" + }, "requires": [ "npm" ], |