feat: diagnose nightly freeze by disabling contributes (#6450)

This commit is contained in:
Hannes Rudolph 2025-07-30 16:41:56 -06:00 committed by GitHub
parent 5f4ccbcc34
commit ded0180112
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,5 +2,6 @@
"name": "roo-code-nightly",
"version": "0.0.1",
"icon": "assets/icons/icon-nightly.png",
"scripts": {}
"scripts": {},
"contributes": {}
}