DetachHead
DetachHead
thanks for the reply > I really like `uv`, but this might not be the right approach given that we try to only do PyPA things within `pip-audit` imo this...
same with spack, but those are more rare: https://github.com/DetachHead/basedpyright/pull/608#issuecomment-2366058427
upstream issue: https://github.com/microsoft/pyright/issues/10039
interestingly the primer currently does not actually run with `--threads` as far as i can tell, despite what the title and description on the upstream issue says (see https://github.com/DetachHead/basedpyright/pull/1239/commits/1515eec4e3d213eafac4a9345fc1ed27ca1fee91 where...
did you install the basedpyright pypi package? or are you just using the version of the language server that's bundled with the vscode extension? if you're trying to use the...
hmm, nothing helpful there. the only noteworthy thing i can see is this from the first log you posted: ``` Error: Unhandled method client/registerCapability at handleResponse (c:\Users\nguye\.vscode-oss\extensions\detachhead.basedpyright-1.16.0-universal\dist\pyright-internal\node_modules\vscode-jsonrpc\lib\common\connection.js:561:48) at handleMessage (c:\Users\nguye\.vscode-oss\extensions\detachhead.basedpyright-1.16.0-universal\dist\pyright-internal\node_modules\vscode-jsonrpc\lib\common\connection.js:398:20)...
can you set `basedpyright.analysis.logLevel` to "Trace" in the extension settings, restart vscode and see if that makes anything more show up in the logs?
are you able to see if it works in vscode instead of vscodium? for me it works in both but just trying to narrow down the issue as i have...
i'll assume your vscodium installation was corrupted or something and close this issue. let us know if it happens again and we can reopen it
does reinstalling vscodium fix the issue for you like it did for @bdknguyen?