브라우저에 에디터가 로딩된 이후 편집영역에 포커스를 지정하여 바로 입력이 가능한 상태로 설정 할 수 있습니다.

You can set the focus that enables you to edit content right away after loading Editor in a browser. 

Use 'editor.initFocus' key to specify whether focus into the Editor or not (default true). 

'editor.initFocus' 설정으로 포커스 지정 여부를 설정합니다. (기본 true)

{
	'editor.initFocus': true
}