Skip to content

Commit

Permalink
Readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Dec 18, 2023
1 parent 955405d commit a71b53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PickFilter } from '../PickFilter';
import { ResourceGroupsItem, SubscriptionItem } from './tempTypes';

export class QuickPickAzureSubscriptionStep extends GenericQuickPickStepWithCommands<AzureResourceQuickPickWizardContext, SkipIfOneQuickPickOptions> {
protected subscriptionId?: string;
protected readonly subscriptionId?: string;

public constructor(tdp: vscode.TreeDataProvider<ResourceGroupsItem>, options?: AzureSubscriptionQuickPickOptions) {
super(tdp, {
Expand Down

0 comments on commit a71b53a

Please sign in to comment.