From 42c72e8ccd206cb05dc1f858d1b54596ab975c4c Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 30 Jun 2024 21:48:00 +0100 Subject: [PATCH] Open big ipynbs --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index fffd754..94b1576 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,8 @@ { "files.exclude": { - "**/__pycache__": true, + "**/__pycache__": true }, "editor.formatOnSave": true, - "notebook.formatOnCellExecution": true + "notebook.formatOnCellExecution": true, + "workbench.editorLargeFileConfirmation": 1000 }