Skip to content

Commit 8ef81ee

Browse files
committed
commit config 🤦
1 parent 6fa2be5 commit 8ef81ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/configurationType.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ export type Configuration = {
153153
* @default item
154154
*/
155155
'arrayMethodsSnippets.defaultItemName': string | false
156+
/**
157+
* E.g. `entries.filter(e => )` instead of `entries.filter(entry => )`
158+
*
159+
* @default false
160+
*/
161+
'arrayMethodsSnippets.inferredFirstLetterOnly': boolean
156162
/**
157163
* Highlights non-function methods. Also applies for static class methods. Activates when `bind`, `call`, `apply`, `arguments` completions detected.
158164
* @default true

0 commit comments

Comments
 (0)