Skip to content

Commit 38a9446

Browse files
Added Cursorless icon to contributed views (#2920)
Right now we get warnings about the icon's missing. Note that these icons are only used if you drag the view away from our Cursorless side panel and peanut as its own panel in the side bar. This is very unlikely and this is mostly to get rid of the warning
1 parent 37676ef commit 38a9446

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/cursorless-vscode/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@
5959
{
6060
"type": "webview",
6161
"id": "cursorless.tutorial",
62-
"name": "Tutorial"
62+
"name": "Tutorial",
63+
"icon": "images/logo.svg"
6364
},
6465
{
6566
"id": "cursorless.scopes",
66-
"name": "Scopes"
67+
"name": "Scopes",
68+
"icon": "images/logo.svg"
6769
}
6870
]
6971
},

0 commit comments

Comments
 (0)