emacs-lsp / lsp-pyright

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

remove type stub paths #99

Closed wyuenho closed 4 months ago

wyuenho commented 4 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.