{ "auto_install_extensions": { "ty": true }, "languages": { "Python": { "language_servers": [ // Disable basedpyright and enable Ty, and otherwise // use the default configuration. "ty", "!basedpyright", "..." ] } } }