From cbff00ba199ba0f52a3f2bf1c1aab62c633f9683 Mon Sep 17 00:00:00 2001 From: Hope Hadfield Date: Tue, 20 Feb 2024 16:20:42 -0500 Subject: [PATCH] Introduce setting to automatically rename file to type name on save Signed-off-by: Hope Hadfield --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 20eba3f79b..5cac670372 100644 --- a/package.json +++ b/package.json @@ -1235,10 +1235,11 @@ "lambdaExpressionFromAnonymousClass", "lambdaExpression", "switchExpression", - "tryWithResource" + "tryWithResource", + "renameFile" ] }, - "default": [], + "default": ["renameFile"], "scope": "window", "order": 10 },