Skipper for Visual Studio CodeThe 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. FeaturesThe following command are supported in the Command Palette: skipper: makeDisplays a list of targets available in the Makefile and invokes the selected target in terminal. I.e.
skipper: make generateFilters only the
skipper: make unit-testInvokes I.e.
Apply cover profile to show test coverage:
Requirements |