From d154021bc44bc4b39f0531d90792688e48d6e61a Mon Sep 17 00:00:00 2001 From: yaegassy Date: Sat, 15 Feb 2020 03:15:04 +0900 Subject: Add refresh pattern for php --- settings.json | 3 +++ 1 file changed, 3 insertions(+) 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" ] -- cgit v1.2.3-54-g00ecf