Skip to content

v1.5.0

Compare
Choose a tag to compare
@TobiasSekan TobiasSekan released this 19 Jan 19:37
· 56 commits to main since this release

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)

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 to Type to save space in CodeLens line on projects
  • Remove leftover from vsCode beginners extension example

Fixes:

  • #28 - Show warning for all lines with more times nested projects.
  • #33 - Project path that start with a ".." have no syntax highlight.