diff --git a/vscode/src/azure/providerProperties.ts b/vscode/src/azure/providerProperties.ts index 314b7cf6b4..e8b2176279 100644 --- a/vscode/src/azure/providerProperties.ts +++ b/vscode/src/azure/providerProperties.ts @@ -1,7 +1,11 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. -const excludeTargets: string[] = ["ionq.qpu", "rigetti.qpu.aspen-m-2"]; +const excludeTargets: string[] = [ + "ionq.qpu", + "rigetti.qpu.aspen-m-2", + "rigetti.qpu.ankaa-2", +]; const excludeProviders: string[] = [];