Editor must use Visual Studio Code Engine with this minimum version
Editor must support Open VSX, Visual Studio Marketplace, or manual install of VSIX files
External Tool Requirements
The extension discovers tasks regardless of whether tools are installed. However, executing a task requires the corresponding tool to be available in your system PATH.
The Jupyter Extension must be installed and a Jupyter Server must be configured. See the Jupyter Extension documentation for setup instructions.
Scripts
Interpreter
Used For
Bash / Zsh / sh
.sh, .bash, .zsh scripts
Fish
.fish scripts
PowerShell
.ps1 scripts
Command Prompt
.bat, .cmd scripts
Installation Instructions
Visit each toolβs official website (linked above) for installation guides specific to your operating system. Most tools are available via common package managers:
# macOS (Homebrew)
brew install node yarn just make act
# Windows (winget)
winget install OpenJS.NodeJS
winget install nektos.act
# Linux (apt)sudo apt install nodejs npm make
Custom Tool Paths
If tools are installed in non-standard locations, configure their paths in settings.json: