mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"search.exclude": {
|
|
"node_modules": true,
|
|
"dist": true,
|
|
"package-lock.json": true
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"workspace-default-settings.runOnActivation": true
|
|
}
|