Skip to content

Commit f9d5c37

Browse files
authored
Bump 'max' placeholder to latest vscode 1.77.3 (#739)
Signed-off-by: Dominik Jelinek <djelinek@redhat.com>
1 parent 10eea28 commit f9d5c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extester.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const DEFAULT_SETUP_OPTIONS = {
2727
}
2828

2929
export const VSCODE_VERSION_MIN = '1.72.2';
30-
export const VSCODE_VERSION_MAX = '1.77.0';
30+
export const VSCODE_VERSION_MAX = '1.77.3';
3131

3232
/**
3333
* VSCode Extension Tester

0 commit comments

Comments
 (0)