Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/vscode-nightly/package.nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"name": "roo-code-nightly",
"version": "0.0.1",
"icon": "assets/icons/icon-nightly.png",
"scripts": {}
"scripts": {},
"contributes": {}
Copy link

Copilot AI Jul 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding an empty contributes object for debugging purposes should include a comment explaining this is temporary and why it was added, to prevent confusion for future maintainers.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The 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:

Copy link
Contributor

Choose a reason for hiding this comment

The 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.

}
Loading