Slide 24
Slide 24 text
VS Code Custom Editor API
"contributes"
"customEditors"
"viewType"
"displayName"
"selector"
"filenamePattern"
: {
: [
{
: ,
: ,
: [
{
:
}
]
}
]
},
"macaron.macaronFile"
"Macaron"
"*.macaron"
指定した拡張子のファイルを開くと
テキストエディタの代わりに
webviewのエディタを表示させられる
https://code.visualstudio.com/api/extension-guides/custom-editors