We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c442f2 commit 3128602Copy full SHA for 3128602
build/tasks.ts
@@ -224,7 +224,7 @@ const ensureCloned = register("vscode:clone", async (runner) => {
224
}
225
226
runner.cwd = vscodePath;
227
- const checkout = await runner.execute("git", ["checkout", "tags/1.31.1"]); //TODO: this tag should come from a parameter
+ const checkout = await runner.execute("git", ["checkout", "tags/1.31.1"]);
228
if (checkout.exitCode !== 0) {
229
throw new Error(`Failed to checkout: ${checkout.stderr}`);
230
0 commit comments