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

feat: expose additional options for registering views #249

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

CompuIves
Copy link
Collaborator

I'm preparing us for phase 2 of the implementation of VSCode: replacing our sidebar with the one from VSCode.

To enable this, we'll need to render some of our React components inside the sidebar, sometimes as a new view item (separate view in activity bar). With this PR, I'm extending the capabilities of registerCustomView to allow for:

  1. More finegrained options (in terms of order, collapsed, etc...)
  2. Ability to register a new item in existing views (like the explorer), instead of creating a new view

Let me know if this change makes sense to you!

@CompuIves CompuIves force-pushed the feat/expose-view-registry branch from ee00df1 to 87e1307 Compare November 16, 2023 01:44
@CompuIves CompuIves force-pushed the feat/expose-view-registry branch from 87e1307 to 43b5165 Compare November 16, 2023 10:59
@CompuIves
Copy link
Collaborator Author

Updated the disposal!

@CompuIves CompuIves force-pushed the feat/expose-view-registry branch from 43b5165 to ae130a0 Compare November 16, 2023 13:18
@CGNonofr CGNonofr self-requested a review November 16, 2023 13:20
@CGNonofr CGNonofr merged commit 02069b6 into CodinGame:main Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants