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

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"
]
}