Skip to content

v1.1.2

Latest

Choose a tag to compare

@gapalomi gapalomi released this 29 Oct 15:17
· 2 commits to main since this release

πŸ†• Features & Enhancements

πŸ”— VSCode Link Support for References

  • New Configuration: Added edk2code.addVscodeLinksToReferences setting
    • When enabled, the tree output includes clickable markdown links that open files at specific line numbers
    • Default: false
    • Perfect for creating documentation with direct file links

πŸ“Š Enhanced Diagnostic Handling

  • Improved Performance: Added diagnostic caching and duplicate detection
  • Symbol Validation: Added automatic validation for INF file symbols against DEC files
    • Validates GUIDs, Protocols, PPIs, and PCDs
    • Shows errors when symbols are not found in referenced DEC files
  • Better Error Management: Prevents duplicate diagnostics from cluttering the Problems panel

Full Changelog: v1.1.1...v1.1.2