chore: Add recommended extensions

This commit is contained in:
Sidharth Vinod
2022-09-23 10:11:19 +05:30
parent 0dce8f4104
commit 98d214fd60
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View File

@@ -12,9 +12,10 @@ token
package-lock.json
# ignore files in /.vscode/ except for /.vscode/launch.json
# ignore files in /.vscode/ except for launch.json and extensions.json
/.vscode/**
!/.vscode/launch.json
!/.vscode/extensions.json
cypress/platform/current.html
cypress/platform/experimental.html

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"zixuanchen.vitest-explorer",
"luniclynx.bison"
]
}