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 024abd6..7231807 100644 --- a/settings.json +++ b/settings.json @@ -549,6 +549,9 @@ "sh": [ { "command": "bash-language-server", + "config": { + "refresh_pattern": "\\([a-zA-Z0-9_-]\\+\\|\\k\\+\\)$" + }, "requires": [ "npm" ] |