Skip to content

Commit

Permalink
Fix python default multi_lang_server settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 5, 2023
1 parent c0b44de commit 292af15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions multiserver/pyright-background-analysis_ruff.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"find_type_define": "pyright-background-analysis",
"find_implementation": "pyright-background-analysis",
"find_references": "pyright-background-analysis",
"peek_find_definition": "pyright",
"peek_find_references": "pyright",
"peek_find_definition": "pyright-background-analysis",
"peek_find_references": "pyright-background-analysis",
"formatting": "pyright-background-analysis",
"hover": "pyright-background-analysis",
"signature_help": "pyright-background-analysis",
Expand Down

0 comments on commit 292af15

Please sign in to comment.