Environment
Version: 1.76.0 (user setup)
Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb
Date: 2023-03-01T10:22:44.506Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19045
Sandboxed: Yes
Steps To Reproduce
Click the refactor document link:

Current Result
Nothing happens
Expected Result
Show the refactoring document
Additional Informations
This should be a bug from upstream VS Code: microsoft/vscode#175737.
Now we have two options for this issue:
- Comment out
This will make the document appear, but we lose the capability to directly show the related section based on current refactoring context.
- Wait for VS Code to fix this.
Environment
Version: 1.76.0 (user setup)
Commit: 92da9481c0904c6adfe372c12da3b7748d74bdcb
Date: 2023-03-01T10:22:44.506Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19045
Sandboxed: Yes
Steps To Reproduce
Click the refactor document link:

Current Result
Nothing happens
Expected Result
Show the refactoring document
Additional Informations
This should be a bug from upstream VS Code: microsoft/vscode#175737.
Now we have two options for this issue:
vscode-java/src/codeActionProvider.ts
Line 35 in 85eedfe
This will make the document appear, but we lose the capability to directly show the related section based on current refactoring context.