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
…3521)


Signed-off-by: Hope Hadfield <[email protected]>
  • Loading branch information
hopehadfield committed Mar 18, 2024
1 parent b71d0ac commit b9500ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,10 +1235,13 @@
"lambdaExpressionFromAnonymousClass",
"lambdaExpression",
"switchExpression",
"tryWithResource"
"tryWithResource",
"renameFileToType"
]
},
"default": [],
"default": [
"renameFileToType"
],
"scope": "window",
"order": 10
},
Expand Down

0 comments on commit b9500ba

Please sign in to comment.