📅  最后修改于: 2022-03-11 15:01:59.459000             🧑  作者: Mango
// Go to vscode settings (Ctrl + Comma) then search for "files.associations"
// Finally add following lines into your vscode settings
// (or add that using vscode GUI settings by providing key (*.ejs) and value (html))
"files.associations": {
"*.ejs": "html"
}