feat(vscode): 配置开发任务在文件夹打开时自动运行 [skip ci]

This commit is contained in:
严浩
2025-11-10 00:46:18 +08:00
parent 386b65cd05
commit 2440605fce
3 changed files with 4 additions and 1 deletions

1
.vscode/tasks.json vendored
View File

@@ -6,6 +6,7 @@
"script": "dev",
"label": "🚀 dev",
"detail": "启动开发服务器",
"runOptions": { "runOn": "folderOpen" },
"problemMatcher": {
"pattern": { "regexp": "." },
"background": {