Skip to content

Commit 061eaad

Browse files
authored
Update extensions/ql-vscode/src/cli.ts
Change version where precise ml-model resolution was introduced.
1 parent 90ec003 commit 061eaad

File tree

1 file changed

+1
-2
lines changed
  • extensions/ql-vscode/src

1 file changed

+1
-2
lines changed

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,8 +1270,7 @@ export class CliVersionConstraint {
12701270
/**
12711271
* CLI version where the `resolve ml-models` subcommand was enhanced to work with packaging.
12721272
*/
1273-
// TODO: This is not the right version yet
1274-
public static CLI_VERSION_WITH_PRECISE_RESOLVE_ML_MODELS = new SemVer('2.9.3');
1273+
public static CLI_VERSION_WITH_PRECISE_RESOLVE_ML_MODELS = new SemVer('2.10.0');
12751274

12761275
/**
12771276
* CLI version where the `--old-eval-stats` option to the query server was introduced.

0 commit comments

Comments
 (0)