mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 16:15:11 +00:00
Allow configuring monaco minimap from tfw config.ts
This commit is contained in:
@ -50,7 +50,7 @@ export class IdeComponent implements OnInit {
|
||||
theme: 'vs-dark',
|
||||
language: config.ide.defaultLanguage,
|
||||
glyphMargin: false,
|
||||
minimap: {enabled: false}
|
||||
minimap: {enabled: config.ide.showMiniMap}
|
||||
};
|
||||
|
||||
@Output() newLogs = new EventEmitter<any>();
|
||||
|
Reference in New Issue
Block a user