Uecko_ERP/uecko-erp.code-workspace

18 lines
427 B
Plaintext
Raw Normal View History

2026-02-21 20:46:27 +00:00
{
2026-05-05 11:34:36 +00:00
"folders": [
{
"path": "."
}
],
"settings": {
"chatgpt.openOnStartup": true,
"chat.tools.terminal.autoApprove": {
2026-05-20 17:53:23 +00:00
"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
}
}
2026-05-05 11:34:36 +00:00
}
}