From b9500ba574dca68e34a0d3439e30486a25f9a752 Mon Sep 17 00:00:00 2001 From: Hope Hadfield Date: Mon, 18 Mar 2024 18:29:20 -0400 Subject: [PATCH] Introduce setting to automatically rename file to type name on save (#3521) Signed-off-by: Hope Hadfield --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20eba3f79b..dabd993670 100644 --- a/package.json +++ b/package.json @@ -1235,10 +1235,13 @@ "lambdaExpressionFromAnonymousClass", "lambdaExpression", "switchExpression", - "tryWithResource" + "tryWithResource", + "renameFileToType" ] }, - "default": [], + "default": [ + "renameFileToType" + ], "scope": "window", "order": 10 },