We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4cdc6 commit bb81212Copy full SHA for bb81212
lsp/ty.lua
@@ -10,5 +10,5 @@
10
return {
11
cmd = { 'ty', 'server' },
12
filetypes = { 'python' },
13
- root_markers = { 'ty.toml', 'pyproject.toml', '.git' },
+ root_markers = { 'ty.toml', 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
14
}
0 commit comments