forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Nang changes #178
Open
nang-dev
wants to merge
1
commit into
disable-composite-bar
Choose a base branch
from
nang-disable-composite-bar
base: disable-composite-bar
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Nang changes #178
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
👍 Looks good to me! Reviewed everything up to 13a25fe in 1 minute and 11 seconds
More details
- Looked at
346
lines of code in12
files - Skipped
0
files when reviewing. - Skipped posting
12
drafted comments based on config settings.
1. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:52
- Draft comment:
The fuzzy filtering logic looks clear. Consider caching or memoizing the generated pick items, especially if the list of views is long, to prevent performance issues on repeated invocations. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
2. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:67
- Draft comment:
Separator labels combine the container label with the parent label. Verify that the mapping logic using mapEntryToContainer correctly handles cases when container labels are similar – consider adding unit tests to ensure correct grouping. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
3. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:118
- Draft comment:
The function 'doGetViewPickItems' aggregates view entries across pane composites and terminals effectively. Consider invalidating the cache when the view service state changes to account for asynchronous updates. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
4. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:156
- Draft comment:
Overall, the quick access provider implementation is clean with clear separation of concerns. No obvious logical bugs detected. - Reason this comment was not posted:
Comment did not seem useful.
5. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:256
- Draft comment:
Ensure that all keybindings and localization strings are updated consistently with the new branding (e.g., 'PearAI Side Bar'). They appear consistent in this file, but a review is recommended. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
6. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:391
- Draft comment:
For actions that move views between panels and the PearAI Side Bar, verify that all labels and in-code comments have been updated to reflect the new 'PearAI' branding. There is a typo ('loaction') that should be corrected consistently. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
7. src/vs/workbench/contrib/quickaccess/browser/viewQuickAccess.ts:240
- Draft comment:
The OpenViewPickerAction and QuickAccessViewPickerAction classes are straightforward. Consider whether additional user feedback (such as loading indicators) is needed when there is any delay in computing the picks, although it may not be necessary. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
8. src/vs/workbench/browser/parts/paneCompositeBar.ts:207
- Draft comment:
Composite bar actions in the pane composite bar seem robust. Ensure that the creation and disposal of composite actions is efficient and that the cached state is properly maintained, especially after extension registrations. - Reason this comment was not posted:
Comment did not seem useful.
9. src/vs/workbench/browser/parts/auxiliarybar/auxiliaryTitleBar.ts:32
- Draft comment:
The AuxiliaryTitleBar renders icons based on a fixed array. Consider future-proofing by externalizing the icon definitions or using constants, especially if these icons may become dynamic in the future. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
10. src/vs/workbench/browser/workbench.contribution.ts:29
- Draft comment:
The workbench configuration registration is extensive. Double-check that the markdown descriptions reference updated labels consistently, especially with changes like 'PearAI Side Bar', to ensure uniform branding. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
11. panelActions.ts:392
- Draft comment:
Typo: "default loaction" should be "default location" in the comment for MovePearExtensionToAuxBarAction. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
12. panelActions.ts:388
- Draft comment:
For consistency with renaming the secondary side bar to 'PearAI Side Bar', update the label in MovePearExtensionToAuxBarAction from 'Move Pear Extension to Auxiliary Bar' to 'Move Pear Extension to PearAI Side Bar'. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_ca9JOUvWyfGtfSxj
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Himanshu-Singh-Chauhan
pushed a commit
to Himanshu-Singh-Chauhan/pearai-app
that referenced
this pull request
Feb 5, 2025
* changed to ctrl for close chat * Revert "changed to ctrl for close chat" This reverts commit 61c9f2910f31b306e613bcdf19b0809decd0893d. * changed to ctrl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Rename 'Secondary Side Bar' to 'PearAI Side Bar' across the codebase and update PearAI submodule.
viewsExtensionPoint.ts
,layoutActions.ts
,layout.ts
,auxiliaryBarActions.ts
,auxiliaryBarPart.ts
,auxiliaryTitleBar.ts
,paneCompositeBar.ts
,panelActions.ts
,workbench.contribution.ts
, andviewQuickAccess.ts
.code.sh
to speed up the build process.pearai-submodule
to commit4cdbc4f3dd0280bb4e401ae5ffe9a04d25f22a59
.This description was created by for 13a25fe. It will automatically update as commits are pushed.