Update to vscode 1.31.1 (#45)
This commit is contained in:
@ -224,7 +224,7 @@ const ensureCloned = register("vscode:clone", async (runner) => {
|
||||
}
|
||||
|
||||
runner.cwd = vscodePath;
|
||||
const checkout = await runner.execute("git", ["checkout", "tags/1.31.0"]);
|
||||
const checkout = await runner.execute("git", ["checkout", "tags/1.31.1"]);
|
||||
if (checkout.exitCode !== 0) {
|
||||
throw new Error(`Failed to checkout: ${checkout.stderr}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user