5a4a72e1f4
modified: .vscode/settings.json
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"vitest.root": "backend",
|
|
"vitest.enable": true,
|
|
"vitest.commandLine": "npm test --",
|
|
"chat.tools.terminal.autoApprove": {
|
|
"test": true
|
|
},
|
|
"gitea.instanceURL": "https://git.cuttlecloud.com",
|
|
"gitea.owner": "Patrick",
|
|
"gitea.repo": "medassist-ng",
|
|
"gitea.token": "cb06442b1b93224196cbe10782770685fe091b65"
|
|
}
|