diff options
-rw-r--r-- | settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 751e03a..046f307 100644 --- a/settings.json +++ b/settings.json @@ -369,6 +369,9 @@ "php": [ { "command": "intelephense", + "config": { + "refresh_pattern": "\\(\\$[a-zA-Z0-9_:]*\\|\\k\\+\\)$" + }, "requires": [ "npm" ] |