@@ -5,10 +5,12 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"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.
"unwantedRecommendations": [
-
+
]
}