more recomended vscode extensions

This commit is contained in:
Alexander Rose
2019-06-13 09:26:10 -07:00
parent 69da5abb88
commit 77f0b0033f

View File

@@ -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": [
]
}