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 f71ab82 commit ec93353Copy full SHA for ec93353
src/utils.rs
@@ -51,6 +51,7 @@ pub fn get_rootPath<'a>(
51
dir.join("setup.py").exists()
52
|| dir.join("Pipfile").exists()
53
|| dir.join("requirements.txt").exists()
54
+ || dir.join("pyproject.toml").exists()
55
}),
56
"c" | "cpp" => traverse_up(path, |dir| dir.join("compile_commands.json").exists()),
57
"cs" => traverse_up(path, is_dotnet_root),
0 commit comments