From 60f6d0f76f58c377bc6ade2b687a39aaf220b2f1 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Fri, 6 Nov 2020 07:15:57 +0100 Subject: [PATCH] starship: suggest installing vcredist (#1554) --- bucket/starship.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/starship.json b/bucket/starship.json index bc66e7296b..2302972707 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -7,6 +7,9 @@ "Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.", "Prerequisites: A Powerline font installed and enabled in your terminal." ], + "suggest": { + "vcredist": "extras/vcredist2019" + }, "architecture": { "64bit": { "url": "https://github.com/starship/starship/releases/download/v0.46.2/starship-x86_64-pc-windows-msvc.zip",