Skip to content

Commit f283df0

Browse files
authored
Update model evaluation notification (#3426)
1 parent a70fd83 commit f283df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/model-editor/model-evaluator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export class ModelEvaluator extends DisposableObject {
7777
}
7878
},
7979
{
80-
title: "Run Variant Analysis",
81-
cancellable: true,
80+
title: "Run model evaluation",
81+
cancellable: false,
8282
},
8383
);
8484
}

0 commit comments

Comments
 (0)