From bbdc7c099f412a1eeba9b840eb7e119b1f9da3f2 Mon Sep 17 00:00:00 2001 From: AllanZhengYP Date: Tue, 9 Mar 2021 22:32:38 -0800 Subject: [PATCH] chore: add eslint vscode extension recommandation it is helpful to have VSCode installing these extensions when start a new workspace. --- .vscode/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 5d53e29c3634..892cfcf05a81 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,7 +3,7 @@ // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // List of extensions which should be recommended for users of this workspace. - "recommendations": ["esbenp.prettier-vscode"], + "recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"], // List of extensions recommended by VS Code that should not be recommended for users of this workspace. "unwantedRecommendations": [] }