Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
use 'folder' not 'dir'
Browse files Browse the repository at this point in the history
  • Loading branch information
neminovno committed May 20, 2019
1 parent 60e5051 commit cba8196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project-builder/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function pick_targetDir(openedFolders: WorkspaceFolder[]) {

const opt: QuickPickOptions = {
canPickMany: false,
placeHolder: 'Pick project target dir',
placeHolder: 'Pick project folder',
matchOnDescription: true,
matchOnDetail: true,
ignoreFocusOut: true
Expand Down

0 comments on commit cba8196

Please sign in to comment.