v0.1.2
Install from the Marketplace:
code --install-extension magpylib.magpylib-studio-vscodeOr from the .vsix attached below, which is the same build:
code --install-extension magpylib-studio-v0.1.2.vsixThe extension is the UI only — it drives a Python engine. You do
not have to install that yourself: when it cannot find one, the
extension offers Install the Engine, which sets up an
interpreter, installs the engine into it and points
magpylib-studio.pythonPath at it.
To do it by hand instead, into any interpreter >= 3.11:
pip install magpylib-studioThen set magpylib-studio.pythonPath to that interpreter.
Full Changelog: v0.1.1...v0.1.2