Skip to content

Commit 081cc17

Browse files
authored
Add no-pr argument to CF (#449)
1 parent 9c0fa45 commit 081cc17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/lsp/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ def initialize_optimizer(self, config_file: Path) -> None:
5252

5353
args = parse_args()
5454
args.config_file = config_file
55+
args.no_pr = True # LSP server should not create PRs
5556
args = process_pyproject_config(args)
5657
self.optimizer = Optimizer(args)

0 commit comments

Comments
 (0)