Skip to content

Commit af9bb33

Browse files
committed
Update copilot patch
1 parent 8bdc40e commit af9bb33

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
@@ -61,7 +61,7 @@ Index: code-server/lib/vscode/build/lib/extensions.ts
6161
+ return es.readArray([]);
6262
+ }
6363
+
64-
+ const esbuildConfigFileName = '.esbuild.ts';
64+
+ const esbuildConfigFileName = '.esbuild.mts';
6565
+ const esbuildScript = path.join(extensionPath, esbuildConfigFileName);
6666
+ if (!fs.existsSync(esbuildScript)) {
6767
+ throw new Error(`Copilot esbuild script not found at ${esbuildScript}`);

0 commit comments

Comments
 (0)