Current Version: 0.1.0
Download the Pebble interpreter for your operating system:
# 1. Download and extract the zip file
# 2. Make the binary executable (Linux/macOS only):
chmod +x pebble-linux # or pebble-macos
# 3. Move to a directory in your PATH (optional):
sudo mv pebble-linux /usr/local/bin/pebble
# 4. Verify installation:
pebble --version
Get syntax highlighting, error reporting, and IDE features for Pebble in Visual Studio Code.
.vsix filepebble-vscode-v0.1.0.vsix file# Install the extension using the code command:
code --install-extension pebble-vscode-v0.1.0.vsix
# Verify installation:
code --list-extensions | grep pebble
.pbl files