Skip to content

Commit 33ce621

Browse files
committed
Add Claude Code LSP plugin for Python (pyright)
1 parent 56a75ff commit 33ce621

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "pyright-lsp",
3+
"description": "Python language server using Pyright",
4+
"version": "1.0.0"
5+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"python": {
3+
"command": "pyright-langserver",
4+
"args": ["--stdio"],
5+
"extensionToLanguage": {
6+
".py": "python",
7+
".pyi": "python"
8+
},
9+
"transport": "stdio"
10+
}
11+
}

0 commit comments

Comments
 (0)