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 settings that can be overridden by config files #96

Closed wyuenho closed 2 months ago

wyuenho commented 2 months ago

python.analysis.useLibraryCodeForTypes and python.analysis.typeCheckingMode can be overridden by config files, setting them by default globally overrides all projects and the user's intention. Given all other settings that can appear in config files does not have a defcustom, it makes sense to remove them as well.