Skip to content

Commit

Permalink
package.json: add go icon to explorer view
Browse files Browse the repository at this point in the history
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 golang#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]>
  • Loading branch information
jamalc committed Mar 10, 2022
1 parent 78cc836 commit 3999594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions media/go-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2701,7 +2701,8 @@
"explorer": [
{
"id": "go.explorer",
"name": "go"
"name": "go",
"icon": "media/go-logo-white.svg"
}
],
"test": [
Expand Down

0 comments on commit 3999594

Please sign in to comment.