mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 14:12:55 +00:00 
			
		
		
		
	Disable debugger margin and minimap of editor
This commit is contained in:
		@@ -46,7 +46,12 @@ export class IdeComponent implements OnInit {
 | 
			
		||||
  autosave = null;
 | 
			
		||||
 | 
			
		||||
  language: string = config.ide.defaultLanguage;
 | 
			
		||||
  editorOptions = {theme: 'vs-dark', language: 'python'};
 | 
			
		||||
  editorOptions = {
 | 
			
		||||
    theme: 'vs-dark',
 | 
			
		||||
    language: 'python',
 | 
			
		||||
    glyphMargin: false,
 | 
			
		||||
    minimap: {enabled: false}
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  @Output() newLogs = new EventEmitter<any>();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user