Open
Description
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.