mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
updates component explorer
This commit is contained in:
committed by
Henning Dieterichs
parent
b49670d4a1
commit
5d56633a57
@@ -70,7 +70,7 @@ function renderCodeEditor({ container, disposableStore, theme }: ComponentFixtur
|
||||
|
||||
export default defineThemedFixtureGroup({ path: 'editor/' }, {
|
||||
CodeEditor: defineComponentFixture({
|
||||
labels: { kind: 'screenshot' },
|
||||
labels: { kind: 'screenshot', blocksCi: true },
|
||||
render: (context) => renderCodeEditor(context),
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user