Skip to main content

detect_project_stack

Function detect_project_stack 

Source
pub fn detect_project_stack(
    project_root: &Path,
) -> Vec<(&'static str, &'static str)>
Expand description

Detect the project’s language/stack by looking for marker files.

Returns a list of (language, config_file) pairs found in the project root.