ITADN

Makes redundant configuration request

#1844Openrchl 创建于 2026-06-27
language serverawaiting response
R
rchlcommented
### Description I've made an improvement in pyright to [not make redundant configuration requests](https://github.com/microsoft/pyright/pull/11480) (not requesting `pyright.analysis` when `pyright` request was made already). basedpyright has the same issue with requesting both `basedpyright` and `basedpyright.analysis` configuration where the former would be sufficient.
1 条评论