mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix Kusto startup error (#12028)
Co-authored-by: Monica Gupta <mogupt@microsoft.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IExten
|
|||||||
// initialize client last so we don't have features stuck behind it
|
// initialize client last so we don't have features stuck behind it
|
||||||
const server = new KustoServer();
|
const server = new KustoServer();
|
||||||
context.subscriptions.push(server);
|
context.subscriptions.push(server);
|
||||||
await server.start(appContext);
|
// await server.start(appContext); // Commented out until we have Kusto binaries properly setup in Blob location.
|
||||||
|
|
||||||
return createKustoApi(appContext);
|
return createKustoApi(appContext);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user