Auto save features save   

자동 저장은 브라우저의 Web Storage 영역에 편집중인 내용을 자동으로 저장해주는 기능을 말합니다.

To use auto save feature, you need to set the following preferences.

Unit: ms (default = 60000)

{
	'editor.autoSave': true,
	'editor.autoSave.period': 60000,
}


저장된 정보는 " 자동저장문서 불러오기"를 이용하여 편집영역에 불러 올 수 있습니다.