From 88264a2369c58113cf8098ee16210382e8b72ebf Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 8 Aug 2018 14:20:41 +0200 Subject: [PATCH] respect VSCE_MARKETPLACE_URL env variable --- src/util.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util.ts b/src/util.ts index 4d232c1..8b740de 100644 --- a/src/util.ts +++ b/src/util.ts @@ -13,14 +13,16 @@ export function read(prompt: string, options: _read.Options = {}): Promise