0.10.x¶
0.10.0¶
- Released:
11.04.2025
New and Improved¶
✨ Parse
need,need_incomingandneed_outgoingroles.These roles are now stored in the index, allowing for:
“Referencing Roles” section of the LSP needs index view, per need
“Jump-to-definition” and “Find all references” when selecting the role
Roles are included in “Find all references” for the need ID
needs.link_refdiagnostics are emitted for roles referencing unknown need IDs
✨ Add config
lint.lsp_selectSpecify a list of linting codes to select in LSP file diagnostics, which overrides the
lint.ignorelist. This is useful for users transitioning to ubcode, who want to ignore existing linting violations in CI checks, but show them to users in the VS Code extension.