chore(projects): update vscode settings and launch

This commit is contained in:
Soybean
2025-03-14 10:26:12 +08:00
parent a6a47247ff
commit 8b12ef9fd8
2 changed files with 3 additions and 2 deletions

4
.vscode/launch.json vendored
View File

@ -14,7 +14,9 @@
"name": "TS Debugger",
"runtimeExecutable": "tsx",
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"],
"program": "${file}"
"program": "${file}",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}