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

'Scan for Kits' option to Kits' QuickPick #937

Merged
merged 8 commits into from
Jan 24, 2020

Conversation

Zingam
Copy link
Contributor

@Zingam Zingam commented Nov 21, 2019

This change addresses item #864

The following changes are proposed:

  • Adds an option to re-scan the kits as a special kit item to the QuickPick.
  • Moves all special kits to the top of the list in the QuickPick.

The purpose of this change

To enable/remind the user to easily invoke the command Rescan for Kits from the Kits QuickPick.

Other Notes/Information

I had to resubmit this #893 due to a failed merge.

@Zingam Zingam changed the title Add 'Scan for Kits' option to Kits' QuickPick Clang: Add 'Scan for Kits' option to Kits' QuickPick Nov 21, 2019
@Zingam Zingam changed the title Clang: Add 'Scan for Kits' option to Kits' QuickPick Add 'Scan for Kits' option to Kits' QuickPick Nov 21, 2019
@bobbrow bobbrow added this to the 1.3.0 milestone Nov 25, 2019
@bobbrow
Copy link
Member

bobbrow commented Dec 27, 2019

I'm going to postpone this one temporarily until multi-root is committed since much of this code has moved around and I don't want it to get lost.

@bobbrow
Copy link
Member

bobbrow commented Jan 16, 2020

Multi-root is committed. Can you merge and resolve conflicts?

@Zingam
Copy link
Contributor Author

Zingam commented Jan 17, 2020

I guess more fixes and re-testing will be needed now.

@Zingam Zingam changed the title Add 'Scan for Kits' option to Kits' QuickPick WIP: Add 'Scan for Kits' option to Kits' QuickPick Jan 18, 2020
@Zingam Zingam force-pushed the Zingam/ScanForKits branch from 5ed5b3f to b9701ff Compare January 18, 2020 14:30
@Zingam Zingam changed the title WIP: Add 'Scan for Kits' option to Kits' QuickPick Add 'Scan for Kits' option to Kits' QuickPick Jan 18, 2020
@Zingam Zingam changed the title Add 'Scan for Kits' option to Kits' QuickPick 'Scan for Kits' option to Kits' QuickPick Jan 18, 2020
@@ -22,6 +22,14 @@ const localize: nls.LocalizeFunc = nls.loadMessageBundle();

const log = logging.createLogger('kit');

/**
Copy link
Contributor Author

@Zingam Zingam Jan 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bobbrow I think it makes sense to replace these special kit variables with a enum. Also do we really need to have the type export type scanforkitsKitType = '__scanforkits__';
Please, provide feedback.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a strong opinion here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I did convert these to an enum in my latest commit.

@Zingam
Copy link
Contributor Author

Zingam commented Jan 22, 2020

I think this is OK now.

@bobbrow bobbrow merged commit 90d006e into microsoft:develop Jan 24, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants