You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, personally I think the info dialog shown by VSCode is easy to miss, especially when there are other dialogs from other extensions (and VSCode collapses the CodeQL dialog?).
When you then overlook CodeQL's dialog, you will wonder why the extension is not working.
Wait for the next CodeQL CLI release (maybe also possible with VSCode global storage manipulation)
Start VSCode with the extension installed
Activate the extension, for example by clicking on the "CodeQL" icon on the left sidebar
ℹ️ The extension should show an info dialog about the CodeQL CLI update in the bottom right corner
Ignore the update dialog (neither close it nor accept it)
Try to use any extension action
❌ Nothing happens (note: from my memories; cannot test because there is no new CodeQL CLI release)
Expected behavior
Maybe the dialog should not be blocking and the extension should start with the existing CodeQL CLI?
The text was updated successfully, but these errors were encountered:
Describe the bug
Relates to #297, #447
When a CodeQL CLI update is available the start of the extension is blocked until the user interacted with the update dialog, see:
vscode-codeql/extensions/ql-vscode/src/extension.ts
Lines 207 to 208 in db66184
However, personally I think the info dialog shown by VSCode is easy to miss, especially when there are other dialogs from other extensions (and VSCode collapses the CodeQL dialog?).
When you then overlook CodeQL's dialog, you will wonder why the extension is not working.
Version
Extension:
VSCode:
To reproduce
ℹ️ The extension should show an info dialog about the CodeQL CLI update in the bottom right corner
❌ Nothing happens (note: from my memories; cannot test because there is no new CodeQL CLI release)
Expected behavior
Maybe the dialog should not be blocking and the extension should start with the existing CodeQL CLI?
The text was updated successfully, but these errors were encountered: