Skip to content

Commit 3999594

Browse files
committed
package.json: add go icon to explorer view
If a user drags the explorer from the default location to the activitybar, the Go logo will appear instead of the default file icon. Snapshot: https://drive.google.com/file/d/1uSF4qIp5yHFPZEpOOT9xLVq3g_0LjJPf/view For #2049 Change-Id: I8647485cfaf6c71560ed1eac6ee0f9cc8b81afa7 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/391254 Trust: Jamal Carvalho <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 78cc836 commit 3999594

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

media/go-logo-white.svg

Lines changed: 1 addition & 0 deletions
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,8 @@
27012701
"explorer": [
27022702
{
27032703
"id": "go.explorer",
2704-
"name": "go"
2704+
"name": "go",
2705+
"icon": "media/go-logo-white.svg"
27052706
}
27062707
],
27072708
"test": [

0 commit comments

Comments
 (0)