Files
n8n-enterprise-unlocked/.vscode/settings.default.json
कारतोफ्फेलस्क्रिप्ट™ 736777385c feat: Switch from npm to pnpm (#4429)
2022-11-09 17:32:05 +01:00

12 lines
281 B
JSON

{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"search.exclude": {
"node_modules": true,
"dist": true,
"pnpm-lock.yaml": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"workspace-default-settings.runOnActivation": true
}