kelly-report/kelly-report.code-workspace

16 lines
211 B
Plaintext
Raw Normal View History

2025-06-23 00:44:13 +08:00
{
"folders": [
{
"path": "src/"
},
{
"path": "."
}
],
"settings": {
"terminal.integrated.defaultProfile.windows": "PowerShell",
"chat.promptFilesLocations": {
"./promps.md": true
}
}
}