diff --git a/docs/src/languages/python.md b/docs/src/languages/python.md index f4960bc8e8..faca118576 100644 --- a/docs/src/languages/python.md +++ b/docs/src/languages/python.md @@ -81,11 +81,13 @@ These are disabled by default, but can be enabled in your settings. For example: { "languages": { "Python": { - "language_servers": { + "language_servers": [ // Disable basedpyright and enable Ty, and otherwise // use the default configuration. - "ty", "!basedpyright", ".." - } + "ty", + "!basedpyright", + "..." + ] } } }