Skip to content

Commit b9500ba

Browse files
authored
Introduce setting to automatically rename file to type name on save (#3521)
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
1 parent b71d0ac commit b9500ba

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,10 +1235,13 @@
12351235
"lambdaExpressionFromAnonymousClass",
12361236
"lambdaExpression",
12371237
"switchExpression",
1238-
"tryWithResource"
1238+
"tryWithResource",
1239+
"renameFileToType"
12391240
]
12401241
},
1241-
"default": [],
1242+
"default": [
1243+
"renameFileToType"
1244+
],
12421245
"scope": "window",
12431246
"order": 10
12441247
},

0 commit comments

Comments
 (0)