-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: diagnose nightly freeze by disabling contributes #6450
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,6 @@ | |
| "name": "roo-code-nightly", | ||
| "version": "0.0.1", | ||
| "icon": "assets/icons/icon-nightly.png", | ||
| "scripts": {} | ||
| "scripts": {}, | ||
| "contributes": {} | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we add a comment here explaining this is temporary for marketplace freeze diagnosis? JSON doesn't support comments, but we could add a "_comment" field like:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this the most targeted approach for diagnosis? Instead of disabling all contributions, could we selectively disable specific sections (viewsContainers, commands, menus) to narrow down which part causes the freeze? This would help identify the root cause more precisely. |
||
| } | ||
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.
Adding an empty
contributesobject for debugging purposes should include a comment explaining this is temporary and why it was added, to prevent confusion for future maintainers.