Skip to content

[3.8.8] - 2026-07-10 — VS Code Workflow Tightening and Packaging Metadata Cleanup

Choose a tag to compare

@flamehaven01 flamehaven01 released this 22 Aug 13:38
· 16 commits to main since this release
  • Packaging metadata cleanup:
    • pyproject.toml now uses SPDX string form (license = "MIT")
    • deprecated license classifier removed to match current setuptools guidance
  • VS Code extension workflow reliability:
    • Refresh Issues now performs a real workspace re-scan instead of only repainting the tree
    • workspace scans replace stale cached file results, so renamed or removed files no longer linger in the sidebar
    • workspace issue selection now opens the exact file path rather than matching by basename only
    • Quick Fix actions now write ignore and phantom_import_allowlist entries into .slopconfig.yaml with duplicate-entry protection
    • command/view activation was expanded so the extension wakes reliably from the Command Palette and sidebar before a supported editor is open