kelly-report/kelly-report.code-workspace
2025-06-23 00:44:13 +08:00

16 lines
211 B
Plaintext

{
"folders": [
{
"path": "src/"
},
{
"path": "."
}
],
"settings": {
"terminal.integrated.defaultProfile.windows": "PowerShell",
"chat.promptFilesLocations": {
"./promps.md": true
}
}
}