Browse Source

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

Hannes Rudolph 8 months ago
parent
commit
ded0180112
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/vscode-nightly/package.nightly.json

+ 2 - 1
apps/vscode-nightly/package.nightly.json

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