From a7dc1749defe3b965051877e998bfc0a664059f6 Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 16 May 2022 11:05:19 -0700 Subject: python: bug fix when version = none (#14) * python: bug fix * add missing "none" proposal * nit --- src/powershell/feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/powershell/feature.json') diff --git a/src/powershell/feature.json b/src/powershell/feature.json index d81bb4b..842a629 100644 --- a/src/powershell/feature.json +++ b/src/powershell/feature.json @@ -4,7 +4,7 @@ "options": { "version": { "type": "string", - "proposals": ["latest", "7.1"], + "proposals": ["latest", "none", "7.1"], "default": "latest", "description": "Select or enter a version of PowerShell." } -- cgit v1.2.3