Skip to content

Commit

Permalink
Add folder browsing note to prompt (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroFish91 authored Jan 10, 2025
1 parent 37cb055 commit 4b61f1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { type BuildImageInAzureImageSourceContext } from './BuildImageInAzureIma

export class RootFolderStep extends AzureWizardPromptStep<BuildImageInAzureImageSourceContext> {
public async prompt(context: BuildImageInAzureImageSourceContext): Promise<void> {
const prompt: string = localize('selectRootWorkspace', 'Select the project\'s root directory');
const prompt: string = localize('selectRootWorkspace', 'Select the project\'s root directory (browsing to a folder will reload VS Code)');
const rootFolder: WorkspaceFolder | undefined = await getRootWorkspaceFolder(context, prompt);

if (!rootFolder) {
Expand Down

0 comments on commit 4b61f1d

Please sign in to comment.