mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 17:23:42 -05:00
check setting directly to avoid value reset (#8583)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
export let context = {
|
||||
RunTest: true
|
||||
};
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
export function isTestSetupCompleted(): boolean {
|
||||
return vscode.workspace.getConfiguration('test')['testSetupCompleted'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user