You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ For Python files, add a `shebang` to the first line of the file to specify the i
89
89
> [!TIP]
90
90
> If you want your script-sync VSCode extension to automatically update, you should thick the autoinstall box in the vscode extension page.
91
91
92
-
> [!WARNING]
92
+
> [!CAUTION]
93
93
> If you use modules like `pickle` to (de)serialize objects script-sync might causes problems because we reloadall the modules at every file save. This can interfere with`pickle` thinking that a classis instanciated multiple times.
0 commit comments