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

Fix Spurious Compilation Errors #3845

Open kaeluka opened 3 days ago

kaeluka commented 3 days ago

issue: https://github.com/github/codeql-core/issues/4654

This notifies the language server of newly downloaded packs once a pack is added to the current ql pack, or a pack's dependencies are installed.

This is the user facing behaviour I observed:

Dear Reviewer

kaeluka commented 2 days ago

Koen pointed out this could be generalized: https://github.com/github/codeql-core/issues/4654#issuecomment-2506073240 -> draft mode

kaeluka commented 1 day ago

Thank you for your comments <3 I'll work on them next week.