mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Updates component explorer
This commit is contained in:
committed by
Henning Dieterichs
parent
51223b6fb5
commit
cd41bf1fe1
@@ -68,8 +68,9 @@ function renderCodeEditor({ container, disposableStore, theme }: ComponentFixtur
|
||||
editor.setModel(model);
|
||||
}
|
||||
|
||||
export default defineThemedFixtureGroup({
|
||||
export default defineThemedFixtureGroup({ path: 'editor/' }, {
|
||||
CodeEditor: defineComponentFixture({
|
||||
labels: { kind: 'screenshot' },
|
||||
render: (context) => renderCodeEditor(context),
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user