Skip to content

Commit 3fa2b3d

Browse files
committed
Add --no-auto-update flag to CLI server startup args
1 parent 76a8daa commit 3fa2b3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/github/copilot/sdk/CliServerManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ ProcessInfo startCliServer() throws IOException, InterruptedException {
5555
}
5656

5757
args.add("--server");
58+
args.add("--no-auto-update");
5859
args.add("--log-level");
5960
args.add(options.getLogLevel());
6061

0 commit comments

Comments
 (0)