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 744327f commit 1f43a67Copy full SHA for 1f43a67
ci/build.ts
@@ -148,7 +148,7 @@ class Builder {
148
149
await this.task("building builtin extensions", async () => {
150
const exists = await fs.pathExists(path.join(this.vscodeSourcePath, ".build/extensions"))
151
- if (exists) {
+ if (exists && !process.env.CI) {
152
process.stdout.write("already built, skipping...")
153
} else {
154
await util.promisify(cp.exec)("yarn gulp compile-extensions-build", { cwd: this.vscodeSourcePath })
0 commit comments