adds vscode config

This commit is contained in:
Ollie Taylor
2023-02-21 23:55:37 +00:00
parent 8734ef7617
commit a72d8e16ee
2 changed files with 34 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"aaron-bond.better-comments",
"esbenp.prettier-vscode",
"gruntfuggly.todo-tree"
]
}