Skip to content

v0.2.1-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@anticomputer anticomputer released this 22 Jan 21:41
· 8 commits to main since this release
364ceb1

This pre-release much improves eglot integration when working with qlpack based projects.

This is achieved through providing a project.el back-end for codeql projects which will correctly resolve project roots and project-external-roots for the current project. Furthermore, we inhibit re-resolving eglot search paths for qlpacks when following xrefs, such that only a single LSP process is ever active for a given codeql project scope. This significantly improves LSP performance and also prevents superfluous error checking in the LSP server.