Releases: awschmeder/Zoo-Code
Releases · awschmeder/Zoo-Code
Release list
Zoo Code v3.64.0-dev
Custom development build of Zoo Code v3.64.0-dev containing local feature work for testing.
Installation Instructions
Method 1: Graphical User Interface (GUI)
- Download the
zoo-code-3.64.0-dev.vsixfile from the assets below. - Open VS Code.
- Access the Extensions view (
Cmd+Shift+Xon macOS /Ctrl+Shift+Xon Windows/Linux). - Click the
...menu (Views and More Actions) at the top-right of the Extensions side panel. - Select Install from VSIX... from the dropdown menu.
- Choose the downloaded
zoo-code-3.64.0-dev.vsixfile and click install.
Method 2: Command Line (macOS Terminal)
-
If
codeis in your PATH:code --install-extension zoo-code-3.64.0-dev.vsix
-
If
codeis NOT in your PATH:/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code --install-extension zoo-code-3.64.0-dev.vsix
Reload the Window to Apply
- In VS Code, press
Cmd+Shift+P(macOS) /Ctrl+Shift+P(Windows/Linux) to open the Command Palette. - Type
Developer: Reload Windowand select the matching command. - Press
Enterto reload the editor UI and activate the new extension.