瀏覽代碼

more recomended vscode extensions

Alexander Rose 5 年之前
父節點
當前提交
77f0b0033f
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      .vscode/extensions.json

+ 4 - 2
.vscode/extensions.json

@@ -5,10 +5,12 @@
 	// List of extensions which should be recommended for users of this workspace.
 	// List of extensions which should be recommended for users of this workspace.
 	"recommendations": [
 	"recommendations": [
 		"ms-vscode.vscode-typescript-tslint-plugin",
 		"ms-vscode.vscode-typescript-tslint-plugin",
-		"slevesque.shader"
+		"slevesque.shader",
+		"stpn.vscode-graphql",
+		"wayou.vscode-todo-highlight"
 	],
 	],
 	// 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": [
-		
+
 	]
 	]
 }
 }