Skip to content

Commit e46b8bb

Browse files
committed
Add new setting to telemetry
1 parent 6ba6ae0 commit e46b8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
19181918
"config.autoPreviewXML": String(conf.get("autoPreviewXML")),
19191919
"config.showGeneratedFileDecorations": String(conf.get("showGeneratedFileDecorations")),
19201920
"config.showProposedApiPrompt": String(conf.get("showProposedApiPrompt")),
1921+
"config.unitTest.enabled": String(conf.get("unitTest.enabled")),
19211922
});
19221923
sendWsFolderTelemetryEvent(vscode.workspace.workspaceFolders);
19231924

0 commit comments

Comments
 (0)