InSync
InSync
After hours of debugging I conclude that a `null` interpreter is not the cause of what I saw in #41. Painfully, that means I have two problems, one here and...
@bzoracler Thanks, but the file doesn't contain any LSP log entries, which would look something like this: ```text #c.i.p.l.i.c.Lsp4jServerConnector - --> PyrightLSDescriptor@project: {"jsonrpc":"2.0", ...} #c.i.p.l.i.c.Lsp4jServerConnector -
The logic was copied from [`PyInterpreterInspection`](https://github.com/JetBrains/intellij-community/blob/d0b2eeb2e6ecd0873f1a32e8c03a7c292a9e9990/python/src/com/jetbrains/python/inspections/PyInterpreterInspection.java#L106). It sure feels good randomly stumping into something that would help solve a 2-month-old issue.
I think all extensions should be treated equally, including empty and emojis. As for "🔥" (U+1F525 Fire), it seems that PyCharm couldn't serialize it while writing to the `pyright.xml` file....
> The LS only turns on upon activating a `.py` window in the IDE. If you were only working with non-`.py` files, the LS won't turn on until you open...
> I couldn't get the LS to scan files for empty file extensions by specifying Target file extensions. I've tried > > 1. Specifying nothing Huh, I didn't think of...
After much consideration, I have decided to merge this without supporting either empty or emojis. These limitations will be documented accordingly. I have a hunch that this is not a...
I stumped into this peculiar situation where the interpreter path was not passed to Pyright: ```python from collections.abc import Callable # no error v: Callable[[int], bool] # ~~~~~~~~ Variable not...
> I don't know if we've published the asset anywhere. Now would be a good time to add it!
> What's the use-case? Having a logo helps with identification and such, but I don't think it's necessary to have a concrete use case. It just looks nice!