【发布时间】:2022-01-22 13:40:46
【问题描述】:
请问如何让vscode的Smarty Template Support插件支持.dwt格式,现在只支持.tpl的代码高亮和提示 enter image description here
【问题讨论】:
标签: visual-studio-code vscode-settings
请问如何让vscode的Smarty Template Support插件支持.dwt格式,现在只支持.tpl的代码高亮和提示 enter image description here
【问题讨论】:
标签: visual-studio-code vscode-settings
更改设置:文件:关联 ("files.associations")
添加条目:
"*.dwt" : "smarty"
【讨论】: