mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
Merge from vscode 966b87dd4013be1a9c06e2b8334522ec61905cc2 (#4696)
This commit is contained in:
@@ -23,7 +23,7 @@ suite('Experimental Prompts', () => {
|
||||
let experimentalPrompt: ExperimentalPrompts;
|
||||
let onExperimentEnabledEvent: Emitter<IExperiment>;
|
||||
|
||||
let storageData = {};
|
||||
let storageData: { [key: string]: any } = {};
|
||||
const promptText = 'Hello there! Can you see this?';
|
||||
const experiment: IExperiment =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user