提交 3cbc2f5a 编写于 作者: M Martin Aeschlimann

Fix theme id in workspaceLoad telemetry

上级 c332a2e4
......@@ -210,7 +210,7 @@ export class WorkbenchShell {
'workbench.filesToCreate': filesToCreate && filesToCreate.length || undefined,
'workbench.filesToDiff': filesToDiff && filesToDiff.length || undefined,
customKeybindingsCount: info.customKeybindingsCount,
theme: this.themeService.getColorTheme(),
theme: this.themeService.getColorTheme().id,
language: platform.language,
experiments: this.telemetryService.getExperiments(),
pinnedViewlets: info.pinnedViewlets
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册