Browse Source

add "hookyqr.beautify" to "unwantedRecommendations"

Yuki Takei 7 years ago
parent
commit
6fc2b7a8e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vscode/extensions.json

+ 1 - 1
.vscode/extensions.json

@@ -14,6 +14,6 @@
 	],
 	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
 	"unwantedRecommendations": [
-
+    "hookyqr.beautify",
 	]
 }