v0.1.0
Install into VS Code:
code --install-extension magpylib-studio-v0.1.0.vsixThe extension is the UI only — it drives a Python engine, which
has to be installed separately into an interpreter it can find:
pip install "magpylib-studio @ git+https://github.com/magpylib/magpylib-studio.git"Then set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.0rc1...v0.1.0