Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The refactoring document stops working #2974

Closed
jdneo opened this issue Mar 2, 2023 · 1 comment · Fixed by #3052
Closed

The refactoring document stops working #2974

jdneo opened this issue Mar 2, 2023 · 1 comment · Fixed by #3052

Comments

@jdneo
Copy link
Collaborator

jdneo commented Mar 2, 2023

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:
image

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:

  1. Comment out
    arguments: [kind]

    This will make the document appear, but we lose the capability to directly show the related section based on current refactoring context.
  2. Wait for VS Code to fix this.
@jdneo
Copy link
Collaborator Author

jdneo commented Mar 15, 2023

Update: Upstream issue is fixed. We can remove the workaround once new VS Code is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants