feat: add extensions and updating settings (#3167)

* feat: add extensions and updating settings

* fix(eslint-config): add prettier plugin and upgrade prettier

* feat: add eslint extension to the recommendations

* feat: major upgrade to VSCode settings

* feat: more settings changes

* feat: add background watcher task to always build the project

* fix: various background task issues

* style: eslint

---------

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
Matthew Hatcher
2023-10-30 07:40:31 -05:00
committed by GitHub
co-authored by Skillz4Killz
parent a3e0c155ac
commit a26c7c00a4
8 changed files with 533 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}