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 9c0fa45 commit 081cc17Copy full SHA for 081cc17
codeflash/lsp/server.py
@@ -52,5 +52,6 @@ def initialize_optimizer(self, config_file: Path) -> None:
52
53
args = parse_args()
54
args.config_file = config_file
55
+ args.no_pr = True # LSP server should not create PRs
56
args = process_pyproject_config(args)
57
self.optimizer = Optimizer(args)
0 commit comments