-
-
Notifications
You must be signed in to change notification settings - Fork 120
JSON Schema for .symfony.local.yaml #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is an undocumented feature :) And one that was never announced. So, it's sort of hidden in the code. |
It is a little bit documented here :) https://symfony.com/doc/current/setup/symfony_server.html#configuring-workers I would like to extend the config using PR's. Like defining the php-fpm max_children and so as it is currently hard-code :) |
Arf, didn't see the related PR. |
…viereguiluz) This PR was merged into the 4.4 branch. Discussion ---------- Mark some Symfony CLI feature as experimental As asked by `@fabpot` in symfony-cli/symfony-cli#236 (comment) Commits ------- 1d78eb9 Mark some Symfony CLI feature as experimental
We can close this as fixed in symfony/symfony-docs#17475 |
Thank you @javiereguiluz I'm closing this one for now as I don't think publishing an "official" JSON schema for an experimental feature makes sense. |
I hate looking into docs to find out how the config file is structured. For this reason I would suggest creating a simple JSON schema for that file and submitting to https://www.schemastore.org/json/
So when someone creates that file, the editor autopickups the configuration and shows completion. :)
I can create the PR to add a schema and help getting into schemastore if wanted
The text was updated successfully, but these errors were encountered: