This is the official VSCode extension for YourBase.
- Task Detection: Workspaces with a
.yourbase.yml
file will have Tasks appear for each build target. - Jump to Build Configuration: Quickly open your
.yourbase.yml
file from the Command Palette or a hotkey.
The yb
CLI must be installed. See the yb
installation instructions for
details.
This extension contributes the following settings:
yourbase.remoteBuild
: Run builds on the YourBase service. Must log in usingyb login
first.yourbase.useWSL
: Use WSL to start a build. Only used on Windows.