Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SkipperNew to Visual Studio Code? Get it now.
Skipper

Skipper

Daniel Erez

|
22 installs
| (0) | Free
Extension for running Skipper commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Skipper for Visual Studio Code

The Skipper extension provides integration with the Command Palette (Ctrl+Shift+P on Linux/Windows and Cmd+Shift+P on Mac).

This extension relies on the Skipper tool for invoking commands using the Command Palette.

Note: the illustrations here are based on assisted-service repository.

Features

The following command are supported in the Command Palette:

skipper: make

Displays a list of targets available in the Makefile and invokes the selected target in terminal.

I.e. skipper make <target>


(skipper make lint)

skipper: make generate

Filters only the generate-* targets for easier access.


(skipper make generate-keys)

skipper: make unit-test

Invokes unit-test target on the package of the opened file.

I.e. skipper make unit-test TEST=<file_path>


(skipper make unit-test)

Apply cover profile to show test coverage:


(Go: Apply Cover Profile)

Requirements

  • Skipper tool available in path.
  • make tool available in path.
  • A Makefile in the codebase.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft