📜  ejs 格式化程序 vscode - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:15.395000             🧑  作者: Mango

代码示例2
// 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"
}