From 684681b1ff186650a1b94b5cfe97de4611497d25 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Thu, 14 Sep 2023 20:48:59 +0200 Subject: [PATCH] Bump 'max' placeholder to latest vscode 1.82.2 Signed-off-by: Dominik Jelinek --- src/extester.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extester.ts b/src/extester.ts index 31a19db75..f5fabb621 100644 --- a/src/extester.ts +++ b/src/extester.ts @@ -27,7 +27,7 @@ export const DEFAULT_SETUP_OPTIONS = { } export const VSCODE_VERSION_MIN = '1.80.2'; -export const VSCODE_VERSION_MAX = '1.82.1'; +export const VSCODE_VERSION_MAX = '1.82.2'; /** * VSCode Extension Tester