-
Notifications
You must be signed in to change notification settings - Fork 511
Replace custom graphics with updated Codicons #3865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
"title": "(Preview) PowerShell Command Explorer", | ||
"icon": "media/pwsh.svg" | ||
"title": "PowerShell Command Explorer", | ||
"icon": "$(terminal-powershell)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since 1.56!
"light": "media/resources/light/sync.svg", | ||
"dark": "media/resources/dark/sync.svg" | ||
}, | ||
"icon": "$(sync)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since <1.56
"light": "media/resources/light/pencil.svg", | ||
"dark": "media/resources/dark/pencil.svg" | ||
}, | ||
"icon": "$(pencil)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since <1.56
"light": "media/resources/light/question.svg", | ||
"dark": "media/resources/dark/question.svg" | ||
}, | ||
"icon": "$(question)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since <1.56
package.json
Outdated
"light": "media/resources/light/run.svg", | ||
"dark": "media/resources/dark/run.svg" | ||
} | ||
"icon": "$(run-all)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the current iteration. It looks more like what we had.
package.json
Outdated
"light": "media/resources/light/ClosePanel.svg", | ||
"dark": "media/resources/dark/ClosePanel.svg" | ||
} | ||
"icon": "$(layout-activitybar-left)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
25d61fd
to
8f0595d
Compare
These changes look good to me! |
These look more like the rest of Code since they're built-in.
8f0595d
to
a80af7b
Compare
These look more like the rest of Code since they're built-in.