From 11e0c7116b5666b0facbbef00a8a07b5f83037f9 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Thu, 26 Dec 2024 14:11:25 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=20=20icon=20for=20`ruff`=20co?= =?UTF-8?q?nfig=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- icons/ruff.svg | 1 + src/core/icons/fileIcons.ts | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 icons/ruff.svg diff --git a/icons/ruff.svg b/icons/ruff.svg new file mode 100644 index 0000000000..1a16f1c309 --- /dev/null +++ b/icons/ruff.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 5de519ce0e..30029842a1 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -493,6 +493,10 @@ export const fileIcons: FileIcons = { 'py.typed', ], }, + { + name: 'ruff', + fileNames: ['ruff.toml', '.ruff.toml'], + }, { name: 'url', fileExtensions: ['url'] }, { name: 'console',