FedericoVarela / Pipenv-Tasks-for-VSCode

Visual Studio Code extension to register Pipenv scripts as tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Visual Studio Code extension to register Pipenv scripts as tasks


Languages

Language:TypeScript 100.0%