pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Able to handle projects with multiple files

Open jianzs opened this issue 1 year ago • 1 comments

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

jianzs avatar Jul 09 '24 06:07 jianzs

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.

jianzs avatar Jul 09 '24 13:07 jianzs