We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba6ae0 commit e46b8bbCopy full SHA for e46b8bb
src/extension.ts
@@ -1918,6 +1918,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
1918
"config.autoPreviewXML": String(conf.get("autoPreviewXML")),
1919
"config.showGeneratedFileDecorations": String(conf.get("showGeneratedFileDecorations")),
1920
"config.showProposedApiPrompt": String(conf.get("showProposedApiPrompt")),
1921
+ "config.unitTest.enabled": String(conf.get("unitTest.enabled")),
1922
});
1923
sendWsFolderTelemetryEvent(vscode.workspace.workspaceFolders);
1924
0 commit comments