-
Notifications
You must be signed in to change notification settings - Fork 25
phpconfig.json Blueprints #118
Comments
Are we including those "include" files/folders in the cache when we save it? Also, are we caching the php library stubs? Seems like a good idea to do that if not. |
The idea is for the included files to be placed in the tree and be cached. I feel that the stubs should still automatically be parsed if you have any installed. There could be an option such as |
Will the config be able to parse |
I am not sure having composer information in there would be helpful to the client/server, as this file would be for instructing crane on what it needs to do in the current workspace. What features did you have in mind for the composer information? |
@TheColorRed https://getcomposer.org/doc/04-schema.md#autoload Specifically, the |
Just to make it somewhat clearer: Those specific properties are used to map to files outside the current workspace (as it's one of the only ways of achieving that within |
I have just recently started using composer, so I am not super familiar with it and When I open my project in
Are you opening/creating a project in another way, or does composer show the autoload in a different way to show external files? If you are opening your project in the above way, the current plugin will read EVERYTHING that is associated to a php file in the current workspace. |
PR #181 introduces a |
This thread will be for the starting point for the
phpconfig.json
. If anyone has anything that they would like to add/remove, please post your thoughts and we will update the blueprints if needed.The text was updated successfully, but these errors were encountered: