Skip to content

Commit

Permalink
Introduce setting to automatically rename file to type name on save
Browse files Browse the repository at this point in the history
Signed-off-by: Hope Hadfield <[email protected]>
  • Loading branch information
hopehadfield committed Mar 15, 2024
1 parent 7f89deb commit cbff00b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,10 +1235,11 @@
"lambdaExpressionFromAnonymousClass",
"lambdaExpression",
"switchExpression",
"tryWithResource"
"tryWithResource",
"renameFile"
]
},
"default": [],
"default": ["renameFile"],
"scope": "window",
"order": 10
},
Expand Down

0 comments on commit cbff00b

Please sign in to comment.