Skip to content

Commit

Permalink
Bump 'max' placeholder to latest vscode 1.82.2 (#942)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek authored Sep 14, 2023
1 parent 7ee1028 commit 97c884d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97c884d

Please sign in to comment.