Uecko_ERP/uecko-erp.code-workspace
2026-05-20 19:53:23 +02:00

18 lines
427 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"chatgpt.openOnStartup": true,
"chat.tools.terminal.autoApprove": {
"pnpm": true,
"/^cd /home/rodax/Documentos/uecko-erp && ls -l node_modules/@repo/typescript-config/root\\.json && node -p \"require\\.resolve\\('@repo/typescript-config/root\\.json'\\)\"$/": {
"approve": true,
"matchCommandLine": true
}
}
}
}