Hello! The docs say that phpactor config:initialize will populate the $schema key, but the file does not exist.
{
"$schema": "/phpactor.schema.json",
"language_server_phpstan.enabled": true,
"php_code_sniffer.enabled": false
}
There is no file /phpactor.schema.json. I tried looking in this repo, but there's not one either
Thanks!
Hello! The docs say that
phpactor config:initializewill populate the$schemakey, but the file does not exist.{ "$schema": "/phpactor.schema.json", "language_server_phpstan.enabled": true, "php_code_sniffer.enabled": false }There is no file
/phpactor.schema.json. I tried looking in this repo, but there's not one eitherThanks!