Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.toolbar': [
	//...,
	'specialCharacter', 'emoji'
	//...
],
// ...

...

Code Block
languagejs
themeEmacs
title에디터 설정Editor Configuration
//...
'editor.menu.definition': {
	//...,
	'insert': [
		//...,
		'specialCharacter', 'emoji',
		//...
	],
	//...
},
//...

...