From ef0506d09ea56258485154b18b7a7ba5c1fb4694 Mon Sep 17 00:00:00 2001 From: PKief Date: Thu, 17 Dec 2020 08:27:16 +0100 Subject: [PATCH] Add pylintrc icon association (Closes #891) --- src/icons/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 53a379e1cc..6fa36ef5b8 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -288,6 +288,8 @@ export const fileIcons: FileIcons = { 'pipfile', '.python-version', 'manifest.in', + 'pylintrc', + '.pylintrc', ], }, { name: 'url', fileExtensions: ['url'] },