Sfoglia il codice sorgente

add "hookyqr.beautify" to "unwantedRecommendations"

Yuki Takei 7 anni fa
parent
commit
6fc2b7a8e7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.
 	// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
 	"unwantedRecommendations": [
 	"unwantedRecommendations": [
-
+    "hookyqr.beautify",
 	]
 	]
 }
 }