Skip to content

Commit

Permalink
ADD: extra notice for serialization for pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 authored Nov 13, 2024
1 parent b30150a commit d883f97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ 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]
> 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
The plug-in needs to be installed on RhinoV8, Grasshopper and VSCode
Expand Down

0 comments on commit d883f97

Please sign in to comment.