From e438034840397bea89804a7a8c5bae6f83817d36 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Mon, 3 Feb 2025 08:31:07 -0500 Subject: [PATCH] Register more common Pip Requirements filenames --- src/defaults/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/defaults/fileIcons.ts b/src/defaults/fileIcons.ts index 7745c3b8..a79ef1d6 100644 --- a/src/defaults/fileIcons.ts +++ b/src/defaults/fileIcons.ts @@ -1913,6 +1913,8 @@ const fileIcons: FileIcons = { fileNames: [ 'pyproject.toml', 'requirements.txt', + 'requirements-dev.txt', + 'requirements-test.txt', '.python-version', ], },