Open
Description
I have a project where I use python to script some misc tasks like testing. It seems that once a .py
file is detected it'll stop searching any other subdirectories since it marks the project as Python. This might have to get filed under the discovery rework since it might need project types to be non-exclusive which could take some extra refactoring.
Example: since the project root has a run.py
file, the cargo
and nodejs
projects aren't detected
project/
├── api/
│ ├── src/
│ ├── target/
│ ├── tests/
│ ├── Cargo.toml
│ └── test.py
├── web/
│ ├── node_modules/
│ ├── src/
│ └── package.json
└── run.py
Metadata
Metadata
Assignees
Labels
No labels