We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eedfe commit 53172beCopy full SHA for 53172be
src/codeActionProvider.ts
@@ -32,7 +32,9 @@ export class RefactorDocumentProvider implements CodeActionProvider {
32
command: {
33
command: Commands.LEARN_MORE_ABOUT_REFACTORING,
34
title: 'Learn more about Java refactorings...',
35
- arguments: [kind]
+ // comment out due to https://github.com/microsoft/vscode/issues/175737.
36
+ // TODO: revert the change once the issue is fixed.
37
+ // arguments: [kind]
38
}
39
};
40
}),
0 commit comments