如何复现:
跟依赖的 prettyHtml 有关,这个 Prettyhtml/prettyhtml#53 改变了这个特性,但在小程序里不太合适。
有这么一个组件,接收 title 这个props 来显示标题
<Modal title="" content="{{x}}" />
格式化之后:
<Modal title content="{{x}}" />
这样值就变成了 boolean 的 true了
...
期望的表现:
<Modal title="" content... />
或
<Modal title="{{''}}" content... />
实际的表现:

插件运行环境
插件版本: v2.4.12
VSCode版本: 1.80.0
操作系统(非必须):