Skip to content

Commit

Permalink
comparator: update current and target api (#52)
Browse files Browse the repository at this point in the history
The commit updates the `current` and `target` VS Code API.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto authored May 30, 2023
1 parent 6081fe5 commit 9491ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grab-vscode-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export class GrabVSCodeVersions extends AbstractVersionGrabber {
static readonly VSCODE_URL_PATTERN_PRE_1_63 = 'https://raw.githubusercontent.com/Microsoft/vscode/${VERSION}/src/vs/vscode.d.ts';
static readonly VSCODE_URL_PATTERN = 'https://raw.githubusercontent.com/Microsoft/vscode/${VERSION}/src/vscode-dts/vscode.d.ts';
// Version that is officially supported
static readonly CURRENT_REFERENCE_VERSION = '1.70.2';
static readonly CURRENT_REFERENCE_VERSION = '1.77.0';
// Target version that will be officially supported next
static readonly CURRENT_REFERENCE_TARGET_VERSION = '1.72.2';
static readonly CURRENT_REFERENCE_TARGET_VERSION = '1.78.0';
protected readonly argumentPrefix = 'vscode';
protected readonly displayName = 'VSCode';
protected readonly primaryBranchName = 'main';
Expand Down

0 comments on commit 9491ae5

Please sign in to comment.