Skip to content

Commit dc66258

Browse files
jdneorgrunber
authored andcommitted
Remove the workaround to show the refactoring document
Signed-off-by: Sheng Chen <[email protected]>
1 parent d0f4f5b commit dc66258

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"virtualWorkspaces": false
2424
},
2525
"engines": {
26-
"vscode": "^1.74.0"
26+
"vscode": "^1.77.0"
2727
},
2828
"repository": {
2929
"type": "git",
@@ -1424,7 +1424,7 @@
14241424
"@types/vscode-webview": "^1.57.0",
14251425
"@types/semver": "^7.3.8",
14261426
"@types/sinon": "^10.0.12",
1427-
"@types/vscode": "^1.74.0",
1427+
"@types/vscode": "^1.77.0",
14281428
"@types/winreg": "^1.2.30",
14291429
"@types/winston": "^2.4.4",
14301430
"@vscode/test-electron": "^2.1.5",

src/codeActionProvider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ export class RefactorDocumentProvider implements CodeActionProvider {
3232
command: {
3333
command: Commands.LEARN_MORE_ABOUT_REFACTORING,
3434
title: 'Learn more about Java refactorings...',
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]
35+
arguments: [kind]
3836
}
3937
};
4038
}),

0 commit comments

Comments
 (0)