emacs-lsp / lsp-pyright

lsp-mode :heart: pyright
https://emacs-lsp.github.io/lsp-pyright
GNU General Public License v3.0
284 stars 24 forks source link

remove type stub paths #99

Closed wyuenho closed 2 months ago

wyuenho commented 2 months ago

Same reason as #96, setting python.analysis.typeshedPaths and python.analysis.stubPath globally will override all project settings. Given both are available to config files, they should perhaps be set there.