Skip to content

Commit 53172be

Browse files
authored
Workaround to show the refactoring document (#2975)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 85eedfe commit 53172be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/codeActionProvider.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export class RefactorDocumentProvider implements CodeActionProvider {
3232
command: {
3333
command: Commands.LEARN_MORE_ABOUT_REFACTORING,
3434
title: 'Learn more about Java refactorings...',
35-
arguments: [kind]
35+
// comment out due to https://github.com/microsoft/vscode/issues/175737.
36+
// TODO: revert the change once the issue is fixed.
37+
// arguments: [kind]
3638
}
3739
};
3840
}),

0 commit comments

Comments
 (0)