You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #301, vanilla VS Code allows setting either "php.validate.run": "onSave" or "php.validate.run": "onType".
Current behaviour replicates the setting for "php.validate.run": "onType", feature request to add an option to choose between "onType" and "onSave" behaviour.