Ejemplo n.º 1
0
 private DiffEditorConstructionOptions DiffEditorConstructionOptions(MonacoDiffEditor editor)
 {
     return(new DiffEditorConstructionOptions
     {
         AutomaticLayout = true,
         GlyphMargin = true
     });
 }
Ejemplo n.º 2
0
 private DiffEditorConstructionOptions DiffEditorConstructionOptions(MonacoDiffEditor editor) => new()