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.
python.analysis.useLibraryCodeForTypes
andpython.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.