-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Refactor menu's css seems missing #198881
Comments
Do you still get this after you update to the newest Insiders? |
Yeah, the bug is still there.
|
I've been unable to reproduce this - do you have a reliable repro for this @fourdim ? |
At least it is reproducible on my side.
export const aa = () => {
console.log('aa');
};
export const aa = () => {
console.lo|g('aa');
};
|
repro:
|
The same issue is in my environment when using "Refactor" on a selected text in a TypeScript file. I'm able to reproduce it reliably. Tested with (both environments are affected):
|
This is happening in stable now, the refactor menu is broken in many ways. For TypeScript it looks like this: For Dart/Flutter, the menu just doesn't appear when you click "Refactor" in the context menu, but if you use the shortcut key it appears, and then it subsequently appears when you use the menu. |
exploring this right now - looks like it's only happening in Windows and Linux, was unable to repro on Mac. |
…00712) Refactor menu's css seems missing (microsoft#198881)
Does this issue occur when all extensions are disabled?: Yes, but with vscode-remote enabled.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: