Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 705 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 705 Bytes

Pipenv Scripts

Register Pipenv scripts as tasks to run from the command palette or your favourite task-running extension

Features

  • Automatic detection and parsing of Pipfile in the workspace
  • Registration of all scripts listed under the [scripts] section in Pipfile

Usage

  1. Open a directory containing a Pipfile
  2. Open the command palette
  3. Run Tasks: Run Task and select a script to run
  4. Alternatively, run the task from any third party extension

Run from the command palette

The script is now running!

1.0.0

Initial release

1.0.1

Added icon

1.0.2

Fixed icon size requirement

1.0.3

Added a better icon