Skip to content

Commit bb81212

Browse files
authored
feat: more root markers for ty #4108
Co-authored-by: Gautham Venkataraman <[email protected]>
1 parent 8e4cdc6 commit bb81212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/ty.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
return {
1111
cmd = { 'ty', 'server' },
1212
filetypes = { 'python' },
13-
root_markers = { 'ty.toml', 'pyproject.toml', '.git' },
13+
root_markers = { 'ty.toml', 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
1414
}

0 commit comments

Comments
 (0)