We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a151862 commit 260a27dCopy full SHA for 260a27d
extensions/ql-vscode/src/extension.ts
@@ -77,7 +77,7 @@ export async function activate(ctx: ExtensionContext): Promise<void> {
77
const distributionManager = new DistributionManager(ctx, distributionConfigListener, DEFAULT_DISTRIBUTION_VERSION_CONSTRAINT);
78
79
const shouldUpdateOnNextActivationKey = "shouldUpdateOnNextActivation";
80
-
+
81
registerErrorStubs(ctx, [checkForUpdatesCommand], command => () => {
82
Window.showErrorMessage(`Can't execute ${command}: waiting to finish loading CodeQL CLI.`);
83
});
0 commit comments