Replies: 1 comment 2 replies
-
MaxWorkspaceIndexFileCount is used for file indexing, which is functionality that is not enabled (or even invoked) in pyright. There are pieces of indexing in place for use by pylance, Microsoft's premium Python language server. You can ignore MaxWorkspaceIndexFileCount and the indexing functionality. If you're using pylance and would like to recommend changes to the indexing functionality, please file a issue or post to the discussion forum in the pylance-release project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simple proposal to turn MaxWorkspaceIndexFileCount at https://github.com/microsoft/pyright/blob/main/packages/pyright-internal/src/analyzer/program.ts#L95 into a variable that can be modified by a configuration file.
This limit is stopping the search by symbol in workspace (cmd + T) from working correctly in larger mono-repos.
Beta Was this translation helpful? Give feedback.
All reactions