editorCommon.js 152 B

1234567
  1. /**
  2. * The type of the `IEditor`.
  3. */
  4. export const EditorType = {
  5. ICodeEditor: 'vs.editor.ICodeEditor',
  6. IDiffEditor: 'vs.editor.IDiffEditor'
  7. };