Skip to content

Commit 59dff3f

Browse files
committed
Fix copilot task
1 parent 7f22d69 commit 59dff3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/copilot.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Index: code-server/lib/vscode/build/gulpfile.extensions.ts
2626
+ return Promise.resolve();
2727
+ })
2828
+));
29-
+gulp.task(compileCopilotExtensionFullBuildTask);
29+
+task.task(compileCopilotExtensionFullBuildTask);
3030
+
3131
+/**
3232
* Compiles the extensions for the build.

0 commit comments

Comments
 (0)