@@ -108,18 +108,18 @@ describe("generatePackageJson", () => {
108108 } ,
109109 } ,
110110 overrideJson : {
111- name : "roo -code-nightly" ,
111+ name : "zoo -code-nightly" ,
112112 displayName : "Roo Code Nightly" ,
113113 publisher : "RooVeterinaryInc" ,
114114 version : "0.0.1" ,
115115 icon : "assets/icons/icon-nightly.png" ,
116116 scripts : { } ,
117117 } ,
118- substitution : [ "roo-cline" , "roo -code-nightly" ] ,
118+ substitution : [ "roo-cline" , "zoo -code-nightly" ] ,
119119 } )
120120
121121 expect ( generatedPackageJson ) . toStrictEqual ( {
122- name : "roo -code-nightly" ,
122+ name : "zoo -code-nightly" ,
123123 displayName : "Roo Code Nightly" ,
124124 description : "%extension.description%" ,
125125 publisher : "RooVeterinaryInc" ,
@@ -129,86 +129,86 @@ describe("generatePackageJson", () => {
129129 viewsContainers : {
130130 activitybar : [
131131 {
132- id : "roo -code-nightly-ActivityBar" ,
132+ id : "zoo -code-nightly-ActivityBar" ,
133133 title : "%views.activitybar.title%" ,
134134 icon : "assets/icons/icon.svg" ,
135135 } ,
136136 ] ,
137137 } ,
138138 views : {
139- "roo -code-nightly-ActivityBar" : [
139+ "zoo -code-nightly-ActivityBar" : [
140140 {
141141 type : "webview" ,
142- id : "roo -code-nightly.SidebarProvider" ,
142+ id : "zoo -code-nightly.SidebarProvider" ,
143143 name : "" ,
144144 } ,
145145 ] ,
146146 } ,
147147 commands : [
148148 {
149- command : "roo -code-nightly.plusButtonClicked" ,
149+ command : "zoo -code-nightly.plusButtonClicked" ,
150150 title : "%command.newTask.title%" ,
151151 icon : "$(edit)" ,
152152 } ,
153153 {
154- command : "roo -code-nightly.openInNewTab" ,
154+ command : "zoo -code-nightly.openInNewTab" ,
155155 title : "%command.openInNewTab.title%" ,
156156 category : "%configuration.title%" ,
157157 } ,
158158 ] ,
159159 menus : {
160160 "editor/context" : [
161161 {
162- submenu : "roo -code-nightly.contextMenu" ,
162+ submenu : "zoo -code-nightly.contextMenu" ,
163163 group : "navigation" ,
164164 } ,
165165 ] ,
166- "roo -code-nightly.contextMenu" : [
166+ "zoo -code-nightly.contextMenu" : [
167167 {
168- command : "roo -code-nightly.addToContext" ,
168+ command : "zoo -code-nightly.addToContext" ,
169169 group : "1_actions@1" ,
170170 } ,
171171 ] ,
172172 "editor/title" : [
173173 {
174- command : "roo -code-nightly.plusButtonClicked" ,
174+ command : "zoo -code-nightly.plusButtonClicked" ,
175175 group : "navigation@1" ,
176- when : "activeWebviewPanelId == roo -code-nightly.TabPanelProvider" ,
176+ when : "activeWebviewPanelId == zoo -code-nightly.TabPanelProvider" ,
177177 } ,
178178 {
179- command : "roo -code-nightly.settingsButtonClicked" ,
179+ command : "zoo -code-nightly.settingsButtonClicked" ,
180180 group : "navigation@6" ,
181- when : "activeWebviewPanelId == roo -code-nightly.TabPanelProvider" ,
181+ when : "activeWebviewPanelId == zoo -code-nightly.TabPanelProvider" ,
182182 } ,
183183 {
184- command : "roo -code-nightly.accountButtonClicked" ,
184+ command : "zoo -code-nightly.accountButtonClicked" ,
185185 group : "navigation@6" ,
186- when : "activeWebviewPanelId == roo -code-nightly.TabPanelProvider" ,
186+ when : "activeWebviewPanelId == zoo -code-nightly.TabPanelProvider" ,
187187 } ,
188188 ] ,
189189 } ,
190190 submenus : [
191191 {
192- id : "roo -code-nightly.contextMenu" ,
192+ id : "zoo -code-nightly.contextMenu" ,
193193 label : "%views.contextMenu.label%" ,
194194 } ,
195195 {
196- id : "roo -code-nightly.terminalMenu" ,
196+ id : "zoo -code-nightly.terminalMenu" ,
197197 label : "%views.terminalMenu.label%" ,
198198 } ,
199199 ] ,
200200 configuration : {
201201 title : "%configuration.title%" ,
202202 properties : {
203- "roo -code-nightly.allowedCommands" : {
203+ "zoo -code-nightly.allowedCommands" : {
204204 type : "array" ,
205205 items : {
206206 type : "string" ,
207207 } ,
208208 default : [ "npm test" , "npm install" , "tsc" , "git log" , "git diff" , "git show" ] ,
209209 description : "%commands.allowedCommands.description%" ,
210210 } ,
211- "roo -code-nightly.customStoragePath" : {
211+ "zoo -code-nightly.customStoragePath" : {
212212 type : "string" ,
213213 default : "" ,
214214 description : "%settings.customStoragePath.description%" ,
0 commit comments