Jack Cherng

Results 289 comments of Jack Cherng

so how do you set it? what is its value? what is your working environment, directory structure etc? and what is the lsp-pyright prompt in the stastus bar? any error...

Oops. I thought it's `pythonPath`, which we have some refactoring recently. We hardly change `analysis.extraPaths`.

Wrong repo for filing an issue? since you are using basedpyright.

Didn't see any "path" mentioned in the pyright changelog. My pylance still works well.

Do you know how to revert to any LSP-pyright version you want to use? (i.e., that previous one)

> oh no - had no idea that was possible. Is there a command or setting? Basically you just clone this repository so that it's put like ```text Packages/ ├──...

> ok - rolling back to 1.2.9 gets things working again: [sublimelsp/LSP-basedpyright@`1.2.9` (release)](https://github.com/sublimelsp/LSP-basedpyright/releases/tag/1.2.9) Can you try v1.2.10? The one you used when you creating this issue is probably v1.2.11 (Package...

my current best guess is that pyright 1.1.376 is broken because - ~~LSP-pyright v1.4.13 uses pyright 1.1.376~~ - LSP-basedpyright v1.2.11 uses basedpyright [1.16.0](https://github.com/DetachHead/basedpyright/releases/tag/v1.16.0), which is based on pyright 1.1.376 as...

hmm... wait, no LSP-pyright pyright 1.1.375 having no idea what's going on at this moment. at the same time your seem to be the only one who is affected by...

> the upstream copilot.vim project renamed the agent.js file to language-server.js in the 1.34.0 release Yes, this kind of issue can be avoided by @knilink's proposal. It can be directly...