-
Notifications
You must be signed in to change notification settings - Fork 468
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
Conversation
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. |
Multi-root is committed. Can you merge and resolve conflicts? |
I guess more fixes and re-testing will be needed now. |
5ed5b3f
to
b9701ff
Compare
@@ -22,6 +22,14 @@ const localize: nls.LocalizeFunc = nls.loadMessageBundle(); | |||
|
|||
const log = logging.createLogger('kit'); | |||
|
|||
/** |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
I think this is OK now. |
This change addresses item #864
The following changes are proposed:
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.