Skip to content

Add Cpp Project Icon#655

Merged
KirillOsenkov merged 2 commits intoKirillOsenkov:mainfrom
yuehuang010:main
Feb 14, 2023
Merged

Add Cpp Project Icon#655
KirillOsenkov merged 2 commits intoKirillOsenkov:mainfrom
yuehuang010:main

Conversation

@yuehuang010
Copy link
Copy Markdown
Contributor

Add double click on Meta Project message that will open the metaproject file.
Fix missing vb and fs project icons from search results.
Add Cpp Project Icon.
image

result = evaluation.ProjectFileExtension;
}

if (result != null && result != ".sln" && result != ".csproj")
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This original code seems odd to single out csproj. Is there a reason?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

no, it just forgets other project formats. I can't remember if we have a helper that stores all known project file extensions.

@KirillOsenkov KirillOsenkov merged commit ba9b226 into KirillOsenkov:main Feb 14, 2023
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.

2 participants