From 5efa47d1457d2cb686aa9117b2f36314a4246198 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Wed, 13 Nov 2024 10:05:19 +0100 Subject: [PATCH] FIX: even better indent title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9715546..4902497 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ For Python files, add a `shebang` to the first line of the file to specify the i > [!TIP] > If you want your script-sync VSCode extension to automatically update, you should thick the autoinstall box in the vscode extension page. -> [!WARNING] +> [!CAUTION] > If you use modules like `pickle` to (de)serialize objects script-sync might causes problems because we reload all the modules at every file save. This can interfere with `pickle` thinking that a class is instanciated multiple times. ## Requirements