9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"data": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"notebook.formatOnCellExecution": true,
|
|
"workbench.editorLargeFileConfirmation": 1000
|
|
}
|