Skip to content

Commit

Permalink
Update quick pick labels
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 committed Jan 10, 2025
1 parent a086062 commit 8ac696e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export class EnvUseRemoteConfigurationPromptStep<T extends WorkspaceDeploymentCo

public async prompt(context: T): Promise<void> {
const envPath: string = nonNullValueAndProp(context.deploymentConfigurationSettings, 'envPath');
const useEnvFile: string = localize('useEnvFile', 'Env file');
const useExistingConfig: string = localize('useExistingConfig', 'Existing configuration');
const useEnvFile: string = localize('useEnvFile', 'Local config');
const useExistingConfig: string = localize('useExistingConfig', 'Remote config');

const picks: IAzureQuickPickItem<string>[] = [
{ label: useEnvFile, data: useEnvFile, description: envPath },
Expand Down

0 comments on commit 8ac696e

Please sign in to comment.