-
-
Notifications
You must be signed in to change notification settings - Fork 387
feat: Support project context preview. #1551
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
Conversation
20656b5
to
249ae74
Compare
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.
Good stuff! Can we remove the "extension" part? No need to pop "not supported", just remove it completely is fine.
If the user previously set up an extension, then removing the extension will hide this part of the context. @logancyang |
It's ok, let's remove it. Having it doesn't make sense. |
bugbot run |
Let's prioritize merging this one by fixing those bugbot comments first @Emt-lin |
fixed it. @logancyang |
bugbot run |
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.
✅ BugBot reviewed your changes and found no bugs!
Was this report helpful? Give feedback by reacting with 👍 or 👎
How can i run this |
@Emt-lin only I can trigger it at the moment, the auto trigger isn't working. Let's see if it will allow proper auto triggers next. |
Overview
This PR introduces a major refactor of the project context manange system.
actual effect:
demo.mp4
Issue
#1540
Key changes
createAndPopulateGroupList method
: inclusions and exclusions convert to GroupListconvertGroupListToInclusions and convertDeletedItemsToExclusions method
: groupList and DeletedItems convert to inclusions and exclusionsTest cases
Test file:
tests/context-manage-modal.test.ts
Test createAndPopulateGroupList、convertGroupListToInclusions、convertDeletedItemsToExclusions method