File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,10 @@ export type Configuration = {
74
74
'removeUselessFunctionProps.enable' : boolean
75
75
/**
76
76
* Of course it makes no sense to use `remove`, but `mark` might be really useful
77
+ * @recommended mark
77
78
* @default disable
78
79
*/
79
- 'removeOrMarkGlobalLibCompletions .action' : 'disable' | 'mark' | 'remove'
80
+ 'globalLibCompletions .action' : 'disable' | 'mark' | 'remove'
80
81
/**
81
82
* Useful for Number types.
82
83
* Patch `toString()`: Removes arg tabstop
Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ export default () => {
24
24
mustBePrimitive : false ,
25
25
} ,
26
26
} ,
27
+ {
28
+ rename : {
29
+ old : 'removeOrMarkGlobalLibCompletions.action' ,
30
+ new : 'globalLibCompletions.action' ,
31
+ mustBePrimitive : false ,
32
+ } ,
33
+ } ,
27
34
] ,
28
35
process . env . IDS_PREFIX ! ,
29
36
)
You can’t perform that action at this time.
0 commit comments