Able to handle projects with multiple files
Describe the feature
Handle projects with multiple files
Use Case
No
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
After merging #275, Python developers can now import files and directories located in the app directory. However, this functionality is limited to functions that do not involve resource objects. This limitation arises because Pyright's deduction process does not analyze the bodies of these functions. Consequently, when operations related to resource objects are present, we cannot obtain information about the relationships between these objects. While the app may function correctly in local environments, this limitation can lead to missing permissions during runtime, potentially causing the app to malfunction in cloud environments.