DetachHead
DetachHead
closing in favor of #31
i can't reproduce. could you provide some more info please: - does it happen in the language server, CLI or both? - if it happens in the language server, what...
that's probably a different issue. can you provide the full error message?
that's definitely unrelated, the max file size supported by pyright is 50mb https://github.com/DetachHead/basedpyright/blob/cfc20e6b25e46affa67b35eae5eaab21b4e2b533/packages/pyright-internal/src/analyzer/sourceFile.ts#L61-L63 if you believe this limit should be increased you can open a separate issue to discuss it,...
closing this for now as i still don't have enough info to reproduce the original issue so i'm assuming it's the same issue as #31. if anybody can help me...
oh sorry i misunderstood what you were asking. so the issue in #31 is that the `exclude` setting is ignored by the language server, while `ignore` works. but all `ignore`...
> Is this something you would be willing to accept a PR for? If so, I may take a stab at it. That would be appreciated, thanks!
does neovim just try various different arguments to the language server command assuming one of them will work? as far as i know the language server spec doesn't mandate that...
since #1077 has been merged i think this issue can be closed
i'll leave this issue open then but curious as to what the use case is if it's already covered by the lsp spec. i think it's only worth doing if...