mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
12 lines
281 B
JSON
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
|
|
}
|