From 9cdae57f08b27211d048c602ff3ff443cc70a52b Mon Sep 17 00:00:00 2001 From: betavs <34408516+betavs@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:18:04 +0800 Subject: [PATCH] chore: update vscode settings (#2494) --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 67c12b659..61795530e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,8 @@ "editor.formatOnSave": true, "eslint.enable": true, "editor.codeActionsOnSave": { - "source.fixAll.tslint": true, - "source.fixAll.eslint": true + "source.fixAll.tslint": "explicit", + "source.fixAll.eslint": "explicit" }, "editor.defaultFormatter": "esbenp.prettier-vscode", "[javascript]": { @@ -15,6 +15,7 @@ }, "minapp-vscode.reserveTags": ["text"], "files.associations": { + "*.wxml": "html", "*.wxss": "css", "*.wxs": "javascript" },