We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ec003 commit 061eaadCopy full SHA for 061eaad
extensions/ql-vscode/src/cli.ts
@@ -1270,8 +1270,7 @@ export class CliVersionConstraint {
1270
/**
1271
* CLI version where the `resolve ml-models` subcommand was enhanced to work with packaging.
1272
*/
1273
- // TODO: This is not the right version yet
1274
- public static CLI_VERSION_WITH_PRECISE_RESOLVE_ML_MODELS = new SemVer('2.9.3');
+public static CLI_VERSION_WITH_PRECISE_RESOLVE_ML_MODELS = new SemVer('2.10.0');
1275
1276
1277
* CLI version where the `--old-eval-stats` option to the query server was introduced.
0 commit comments