Skip to content

Commit d883f97

Browse files
authored
ADD: extra notice for serialization for pickle
1 parent b30150a commit d883f97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ For Python files, add a `shebang` to the first line of the file to specify the i
8989
> [!TIP]
9090
> If you want your script-sync VSCode extension to automatically update, you should thick the autoinstall box in the vscode extension page.
9191
92+
> [!WARNING]
93+
> 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.
94+
9295
## Requirements
9396
The plug-in needs to be installed on RhinoV8, Grasshopper and VSCode
9497

0 commit comments

Comments
 (0)