This commit is contained in:
Ricky Bobby 2023-10-20 13:37:48 -04:00
parent 8a83b36688
commit 062f57ef74
2 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"recommendations": [
"jianglinghao.vscode-npm-scripts"
]
}

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

@ -0,0 +1,3 @@
{
"npm-scripts.showStartNotification": false
}