github / vscode-codeql

An extension for Visual Studio Code that adds rich language support for CodeQL
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-codeql
MIT License
428 stars 191 forks source link

Refactor: Store EvaluatorLogPaths object on LocalQueryInfo #3803

Closed asgerf closed 1 week ago

asgerf commented 2 weeks ago

Previously the fields from EvaluatorLogPaths were copied 1:1 into LocalQueryInfo but under different names. It seems easier to keep track of the different kinds of logs if they are called the same everywhere.

asgerf commented 1 week ago

Thanks for reviewing!