Skip to content

Commit 0306f1e

Browse files
authored
Allow treatments for rendererProfiling (microsoft#167127)
1 parent 2eca6d3 commit 0306f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/performance/electron-sandbox/performance.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Registry.as<IConfigurationRegistry>(ConfigExt.Configuration).registerConfigurati
4040
'application.experimental.rendererProfiling': {
4141
type: 'boolean',
4242
default: false,
43+
tags: ['experimental'],
4344
markdownDescription: localize('experimental.rendererProfiling', "When enabled slow renderers are automatically profiled")
4445
}
4546
}

0 commit comments

Comments
 (0)