We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e156d6 commit 81e6028Copy full SHA for 81e6028
1 file changed
extensions/ql-vscode/src/run-queries.ts
@@ -622,6 +622,7 @@ export async function compileAndRunQueryAgainstDatabase(
622
// work with hidden settings, so we manually check that the workspace is trusted before looking at
623
// whether the `shouldInsecurelyLoadMlModelsFromPacks` setting is enabled.
624
if (workspace.isTrusted &&
625
+ config.isCanary() &&
626
config.shouldInsecurelyLoadMlModelsFromPacks() &&
627
await cliServer.cliConstraints.supportsResolveMlModels()) {
628
try {
0 commit comments