Skip to content

Releases: awschmeder/Zoo-Code

Zoo Code v3.64.0-dev

Zoo Code v3.64.0-dev Pre-release
Pre-release

Choose a tag to compare

@awschmeder awschmeder released this 30 Jun 17:31

Custom development build of Zoo Code v3.64.0-dev containing local feature work for testing.

Installation Instructions

Method 1: Graphical User Interface (GUI)

  1. Download the zoo-code-3.64.0-dev.vsix file from the assets below.
  2. Open VS Code.
  3. Access the Extensions view (Cmd+Shift+X on macOS / Ctrl+Shift+X on Windows/Linux).
  4. Click the ... menu (Views and More Actions) at the top-right of the Extensions side panel.
  5. Select Install from VSIX... from the dropdown menu.
  6. Choose the downloaded zoo-code-3.64.0-dev.vsix file and click install.

Method 2: Command Line (macOS Terminal)

  • If code is in your PATH:

    code --install-extension zoo-code-3.64.0-dev.vsix
  • If code is 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

  1. In VS Code, press Cmd+Shift+P (macOS) / Ctrl+Shift+P (Windows/Linux) to open the Command Palette.
  2. Type Developer: Reload Window and select the matching command.
  3. Press Enter to reload the editor UI and activate the new extension.