We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70fd83 commit f283df0Copy full SHA for f283df0
1 file changed
extensions/ql-vscode/src/model-editor/model-evaluator.ts
@@ -77,8 +77,8 @@ export class ModelEvaluator extends DisposableObject {
77
}
78
},
79
{
80
- title: "Run Variant Analysis",
81
- cancellable: true,
+ title: "Run model evaluation",
+ cancellable: false,
82
83
);
84
0 commit comments