wx-minapp / minapp-vscode

WXML Language Support
https://marketplace.visualstudio.com/items?itemName=qiu8310.minapp-vscode
MIT License
262 stars 43 forks source link

[Bug]: 用prettier格式化wxml的时候报错prettier不支持wxml的格式化 #159

Open AllenHee opened 1 year ago

AllenHee commented 1 year ago

如何复现:

步骤1:

步骤2:

步骤3:

...

期望的表现:

实际的表现:

image

插件运行环境

luckymore commented 1 year ago

得指定 wxml 使用 minapp 格式化

setting.json

"[wxml]": {
    "editor.defaultFormatter": "qiu8310.minapp-vscode"
  },