We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4080541 commit 9f39bfbCopy full SHA for 9f39bfb
src/services/refactors/inlineVariable.ts
@@ -49,7 +49,7 @@ interface InliningInfo {
49
}
50
51
registerRefactor(refactorName, {
52
- kinds: [ inlineVariableAction.kind ],
+ kinds: [inlineVariableAction.kind],
53
54
getAvailableActions(context) {
55
const {
0 commit comments