Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 01:40

Install from the Marketplace:

code --install-extension magpylib.magpylib-studio-vscode

Or from the .vsix attached below, which is the same build:

code --install-extension magpylib-studio-v0.1.2.vsix

The 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-studio

Then set magpylib-studio.pythonPath to that interpreter.

Full Changelog: v0.1.1...v0.1.2