Skip to content

Commit

Permalink
synthesis: pass --auto-search-prefix to proverbot
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Dec 19, 2024
1 parent 99c59f7 commit c2e2cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coq-synthesis-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ export function activate(context: vscode.ExtensionContext) {
'--proof-line', (1 + proofLine).toString(),
'--no-generate-report',
'--no-resume',
'--auto-search-prefix',
],
'cwd': parentDir,
'env': extraEnv,
Expand Down

0 comments on commit c2e2cf8

Please sign in to comment.