39647-vm/.vscode/settings.json
2026-04-08 14:28:58 +04:00

8 lines
173 B
JSON

{
"chat.tools.terminal.autoApprove": {
"/^cd backend ; node server\\.js$/": {
"approve": true,
"matchCommandLine": true
}
}
}