DetachHead
DetachHead
i think we should do what @cpprust did in #1001 except with `pythonPath` instead of `venv`/`venvPath`. if `pythonPath` is not specified, it will default to searching in the project root...
i don't think there's a programmatic entrypoint to do exactly what you want to do. however [the tests contain a bunch of useful utility functions](https://github.com/DetachHead/basedpyright/blob/main/packages/pyright-internal/src/tests/testUtils.ts) which make it a bit...
i have been considering creating an organization. though rest assured i have no plans to abandon this project any time soon, and i won't be adding any administrators that i...
looks like the code that does this is [here](https://github.com/DetachHead/basedpyright/blob/6f1abded5fe45251b695c4030ccaeabbf8d6f29a/packages/pyright-internal/src/analyzer/typeEvaluator.ts#L19404-L19405)
what error messages are you seeing exactly? this project is set up in such a way that you don't have to manually install node or anything like that. this project...
the `run:cli:unix` and `run:cli:windows` scripts compile and run the basedpyright cli. to run it on a specific file, you can run `npm run run:cli:unix -- some_file.py` im not sure why...
> Yes i can assure you it's already activated. you wouldn't happen to have your venv in a different location? the `run:cli:unix` scripts passes `--pythonpath .venv/bin/python` so if your venv...
does anyone know if the LSP protocol has anything for this? if not, it will probably need to be a vscode/vscodium only feature