chore: auto generate vscode settings for first time install (#388)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
tecvan
2025-07-31 13:56:24 +08:00
committed by GitHub
parent 6ee7ccb019
commit 91d6cdb430
6 changed files with 300 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"repository": {},
"eventHooks": {
"preRushInstall": [],
"postRushInstall": [],
"postRushInstall": ["scripts/hooks/post-rush-install.sh"],
"preRushBuild": [],
"postRushBuild": []
},