Skip to content

Commit 3128602

Browse files
author
Zoltan
committed
remove todo
1 parent 0c442f2 commit 3128602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const ensureCloned = register("vscode:clone", async (runner) => {
224224
}
225225

226226
runner.cwd = vscodePath;
227-
const checkout = await runner.execute("git", ["checkout", "tags/1.31.1"]); //TODO: this tag should come from a parameter
227+
const checkout = await runner.execute("git", ["checkout", "tags/1.31.1"]);
228228
if (checkout.exitCode !== 0) {
229229
throw new Error(`Failed to checkout: ${checkout.stderr}`);
230230
}

0 commit comments

Comments
 (0)