Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

'editor.resizable' 설정으로 에디터의 높이 조절가능 여부를 설정합니다.  (기본값 = 값을 true로 설정하면 사용자가 에디터의 높이를 조절 할 수 있습니다.(기본값 false)

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
{
	'editor.resizable': false
}

...