Skip to content
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

Support Item templates with Visual Studio #682

Merged
merged 6 commits into from
Jan 3, 2025

Conversation

ErikEJ
Copy link
Collaborator

@ErikEJ ErikEJ commented Jan 1, 2025

fixes #672

I wish I knew how to make the .ico files better 😢

image

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Jan 1, 2025

Command used to create .ico files:

"C:\Program Files\ImageMagick-7.1.1-Q16-HDRI\magick" convert -density 300 -define icon:auto-resize=256,128,96,64,48,32,16 -background none TableFunction.svg tablefunc.ico

image

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Jan 1, 2025

I am using the standard icons from the "Visual Studio 2022 Image Library"

Copy link
Member

@jmezach jmezach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think this is a great addition :).

@ErikEJ
Copy link
Collaborator Author

ErikEJ commented Jan 2, 2025

@jmezach Thanks!

@ErikEJ ErikEJ merged commit 7408eec into rr-wfm:master Jan 3, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable item templates in VS
3 participants