Results 94 comments of Kyle Into

There should be basic syntax highlighting right now (python keywords are colored, strings are colored, etc), but we are still working on [semantic tokens](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#semanticTokens_fullRequest) (different types of bindings have different...

We have a few options: - Build with musl for statically-linked dependencies. I bet this would impact our performance and we'd have to benchmark it ([source](https://github.com/rust-lang/rust-analyzer/issues/16793#issuecomment-2016396816)) - use an image...

> Hi there, I'm currently using pyrefly vscode extension==0.17.1 on a Linux server with glibc==2.28 and I still got the same glibc error like > > ``` > [Error -...

> Hi there, I'm currently using pyrefly vscode extension==0.17.1 on a Linux server with glibc==2.28 and I still got the same glibc error like > > ``` > [Error -...

> [@kinto0](https://github.com/kinto0) Hi, I can confirm that the version you provided works well. It would be great if we can have this in the following release. awesome! v0.18.0 has it...

hi @neel04, we added basic rename support [in 0.22.0](https://github.com/facebook/pyrefly/releases/tag/0.22.0), please try it out and let us know your thoughts! i'll rename this issue to "complicated refactoring"

The config file interpreter setting should not be necessary and can be a hinderance to development: different machines have different pythonpaths and different IDEs have different ways of dealing with...

> Thanks, [@kinto0](https://github.com/kinto0) and [@connernilsen](https://github.com/connernilsen); the responses were very helpful and have certainly saved me the efforts of going through the codebase. > > I got it to work by...

> [@kinto0](https://github.com/kinto0) I just rechecked. The client always responds with the correct path; however, what got Pyrefly to work was neither `/didChangeConfiguration` nor the responses to `/configuration`, but that a...