Skip to content

Commit fd1cec6

Browse files
committed
fix: should not disable disableMethodSnippets.functionArguments by default
1 parent bdb589b commit fd1cec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configurationType.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ export type Configuration = {
441441
*/
442442
'disableMethodSnippets.jsxAttributes': boolean
443443
/**
444-
* disable method snippets at function arguments
445-
* @default true
444+
* Wether to disable method snippets in function arguments
445+
* @default false
446446
*/
447447
'disableMethodSnippets.functionArguments': boolean
448448
/**

0 commit comments

Comments
 (0)