From 594e2fde5c44aa55d385e289df4a243e19b6c858 Mon Sep 17 00:00:00 2001 From: ntnyq Date: Thu, 16 Jan 2025 12:15:49 +0800 Subject: [PATCH] feat: enhance nodejs support --- src/core/icons/fileIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index d32ae1e49f..9a86ca7c10 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -1228,6 +1228,8 @@ export const fileIcons: FileIcons = { name: 'nodejs', fileNames: [ 'package.json', + 'package.yaml', + 'package.json5', 'package-lock.json', '.nvmrc', '.esmrc',