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.
The following command are supported in the Command Palette:
Displays a list of targets available in the Makefile and invokes the selected target in terminal.
I.e. skipper make <target>
Filters only the generate-*
targets for easier access.
Invokes unit-test
target on the package of the opened file.
I.e. skipper make unit-test TEST=<file_path>
Apply cover profile to show test coverage: