Added the rest of the files

This commit is contained in:
2021-08-18 19:24:55 -07:00
parent 8b192df20f
commit 8d02141211
48 changed files with 8318 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"[json]": {
"editor.quickSuggestions": {
"strings": true
},
"editor.suggest.insertMode": "replace"
}
}