File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,9 @@ class LanguageServersConfig(TypedDict, total=False):
478478 **Keys.**
479479
480480 - `pylsp`: the pylsp config
481+ - `basedpyright`: the basedpyright config
482+ - `ty`: the ty config
483+ - `pyrefly`: the pyrefly config
481484 """
482485
483486 pylsp : PythonLanguageServerConfig
Original file line number Diff line number Diff line change @@ -2496,7 +2496,8 @@ components:
24962496 type : object
24972497 LanguageServersConfig :
24982498 description : " Configuration options for language servers.\n\n **Keys.**\n \
2499- \n - `pylsp`: the pylsp config\n - `pyrefly`: the pyrefly config\n - `ty`: the ty config\n - `basedpyright`: the basedpyright config"
2499+ \n - `pylsp`: the pylsp config\n - `basedpyright`: the basedpyright\
2500+ \ config\n - `ty`: the ty config\n - `pyrefly`: the pyrefly config"
25002501 properties :
25012502 basedpyright :
25022503 $ref : ' #/components/schemas/BasedpyrightServerConfig'
@@ -6233,3 +6234,4 @@ paths:
62336234 summary : Submit login form
62346235 tags :
62356236 - auth
6237+
Original file line number Diff line number Diff line change @@ -4562,9 +4562,9 @@ export interface components {
45624562 * **Keys.**
45634563 *
45644564 * - `pylsp`: the pylsp config
4565- * - `pyrefly`: the pyrefly config
4566- * - `ty`: the ty config
45674565 * - `basedpyright`: the basedpyright config
4566+ * - `ty`: the ty config
4567+ * - `pyrefly`: the pyrefly config
45684568 */
45694569 LanguageServersConfig : {
45704570 basedpyright ?: components [ "schemas" ] [ "BasedpyrightServerConfig" ] ;
You can’t perform that action at this time.
0 commit comments