mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Get tools service install location from extensions (#16796)
* Get STS install location from extensions * Update error
This commit is contained in:
@@ -104,7 +104,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<IExten
|
||||
}
|
||||
});
|
||||
|
||||
return createMssqlApi(appContext);
|
||||
return createMssqlApi(appContext, server);
|
||||
}
|
||||
|
||||
const logFiles = ['resourceprovider.log', 'sqltools.log', 'credentialstore.log'];
|
||||
|
||||
Reference in New Issue
Block a user