Skip to content

Commit d9c8417

Browse files
committed
chore: format package.json
1 parent 1e19564 commit d9c8417

File tree

1 file changed

+69
-68
lines changed

1 file changed

+69
-68
lines changed

package.json

Lines changed: 69 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -180,77 +180,78 @@
180180
}
181181
}
182182
},
183-
"viewsContainers": {
184-
"activitybar": [
185-
{
186-
"id": "coder",
187-
"title": "Coder Remote",
188-
"icon": "media/shorthand-logo.svg"
189-
},
190-
{
191-
"id": "coderTasks",
192-
"title": "Coder Tasks",
193-
"icon": "media/tasks-logo.svg"
194-
}
195-
],
196-
"panel": [
197-
{
198-
"id": "coderChat",
199-
"title": "Coder Chat",
200-
"icon": "media/shorthand-logo.svg"
201-
}
202-
]
203-
},
204-
"views": {
205-
"coder": [
206-
{
207-
"id": "myWorkspaces",
208-
"name": "My Workspaces",
209-
"visibility": "visible",
210-
"icon": "media/logo-white.svg"
211-
},
212-
{
213-
"id": "allWorkspaces",
214-
"name": "All Workspaces",
215-
"visibility": "visible",
216-
"icon": "media/logo-white.svg",
217-
"when": "coder.authenticated && coder.isOwner"
218-
}
219-
],
220-
"coderTasks": [
221-
{
222-
"id": "coder.tasksLogin",
223-
"name": "Coder Tasks",
224-
"icon": "media/tasks-logo.svg",
225-
"when": "!coder.authenticated"
226-
},
227-
{
228-
"type": "webview",
229-
"id": "coder.tasksPanel",
230-
"name": "Coder Tasks",
231-
"icon": "media/tasks-logo.svg",
232-
"when": "coder.authenticated"
233-
}
234-
],
235-
"coderChat": [
236-
{
237-
"type": "webview",
238-
"id": "coder.chatPanel",
239-
"name": "Coder Chat"
240-
}
241-
]
242-
},
243-
"viewsWelcome": [
183+
"viewsContainers": {
184+
"activitybar": [
185+
{
186+
"id": "coder",
187+
"title": "Coder Remote",
188+
"icon": "media/shorthand-logo.svg"
189+
},
190+
{
191+
"id": "coderTasks",
192+
"title": "Coder Tasks",
193+
"icon": "media/tasks-logo.svg"
194+
}
195+
],
196+
"panel": [
197+
{
198+
"id": "coderChat",
199+
"title": "Coder Chat",
200+
"icon": "media/shorthand-logo.svg"
201+
}
202+
]
203+
},
204+
"views": {
205+
"coder": [
244206
{
245-
"view": "myWorkspaces",
246-
"contents": "Coder is a platform that provisions remote development environments. \n[Login](command:coder.login)",
247-
"when": "!coder.authenticated && coder.loaded"
207+
"id": "myWorkspaces",
208+
"name": "My Workspaces",
209+
"visibility": "visible",
210+
"icon": "media/logo-white.svg"
248211
},
249212
{
250-
"view": "coder.tasksLogin",
251-
"contents": "Sign in to view and manage Coder tasks.\n[Login](command:coder.login)",
252-
"when": "!coder.authenticated && coder.loaded"
253-
} ],
213+
"id": "allWorkspaces",
214+
"name": "All Workspaces",
215+
"visibility": "visible",
216+
"icon": "media/logo-white.svg",
217+
"when": "coder.authenticated && coder.isOwner"
218+
}
219+
],
220+
"coderTasks": [
221+
{
222+
"id": "coder.tasksLogin",
223+
"name": "Coder Tasks",
224+
"icon": "media/tasks-logo.svg",
225+
"when": "!coder.authenticated"
226+
},
227+
{
228+
"type": "webview",
229+
"id": "coder.tasksPanel",
230+
"name": "Coder Tasks",
231+
"icon": "media/tasks-logo.svg",
232+
"when": "coder.authenticated"
233+
}
234+
],
235+
"coderChat": [
236+
{
237+
"type": "webview",
238+
"id": "coder.chatPanel",
239+
"name": "Coder Chat"
240+
}
241+
]
242+
},
243+
"viewsWelcome": [
244+
{
245+
"view": "myWorkspaces",
246+
"contents": "Coder is a platform that provisions remote development environments. \n[Login](command:coder.login)",
247+
"when": "!coder.authenticated && coder.loaded"
248+
},
249+
{
250+
"view": "coder.tasksLogin",
251+
"contents": "Sign in to view and manage Coder tasks.\n[Login](command:coder.login)",
252+
"when": "!coder.authenticated && coder.loaded"
253+
}
254+
],
254255
"commands": [
255256
{
256257
"command": "coder.login",

0 commit comments

Comments
 (0)