This extension provides a development environment for Pebble apps and watchfaces. Rather than running commands using the pebble
CLI, you can access those via buttons in the VSCode interface.
Download it from the VS Code Extension Marketplace: https://marketplace.visualstudio.com/items?itemName=coredevices.pebble-vscode
Run button at the top of each Pebble project file.
Run it on a phone or emulator, with or without logs.
Start a new watch app from the sidebar.
Terminal-style interface in the command bar.
Take any action from the VS Code command palette.
You'll need the pebble
command-line tool installed. If you don't have it, check out the instructions in the Pebble SDK documentation.
This extension contributes the following settings:
pebble.defaultPlatform
: Set the default emulator platform.pebble.phoneIp
: Set the default phone IP.
To develop this extension, open this folder in VS Code, then select Run -> Start Debugging.
To package this extension into an installable binary, run vsce package
.