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

Destructive code actions sorting #101486

Closed
jrieken opened this issue Jul 1, 2020 · 0 comments
Closed

Destructive code actions sorting #101486

jrieken opened this issue Jul 1, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Jul 1, 2020

This just like #94212

  • have the snippet below
  • see destructive code action atop
abstract class Foo {
	abstract foo(): number;
}

class ConcreteFoo extends Foo {

}

Screenshot 2020-07-01 at 10 23 17

@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug typescript Typescript support issues labels Jul 2, 2020
@mjbvz mjbvz modified the milestones: June 2020, July 2020 Jul 2, 2020
@mjbvz mjbvz closed this as completed in 4f9ebc3 Jul 6, 2020
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this issue Jul 8, 2020
@isidorn isidorn added the verified Verification succeeded label Aug 6, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders typescript Typescript support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@jrieken @isidorn @mjbvz and others