v1.5.0
New:
- #37 - Open project file and project folder from CodeLens on project lines.
- #25 - Check files paths of solution items (
ProjectSection(SolutionItems)
). - #10 - Check use configurations under
GlobalSection'(ProjectConfigurationPlatforms)
- They must defined in
GlobalSection(SolutionConfiguration)
- They must defined in
Improvements:
- #32 - Show warning when project path have a extension, but it is a solution folder.
- #28 - Show more useful warning message for more times nested projects.
Changes:
- #30 - Found project GUIDs in lower case are now a info instead of an error.
- Rename
Project type
toType
to save space in CodeLens line on projects - Remove leftover from vsCode beginners extension example
Fixes: