Skip to content

Commit

Permalink
getting-started: fixed open folder link (#12857)
Browse files Browse the repository at this point in the history
The commit updates the `open folder` link when no recent workspaces are
present to prompt users to open a folder instead of a workspace file.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto authored Aug 31, 2023
1 parent d7061ca commit 103326d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ export class GettingStartedWidget extends ReactWidget {
<a
role={'button'}
tabIndex={0}
onClick={this.doOpenWorkspace}
onKeyDown={this.doOpenWorkspaceEnter}>
onClick={this.doOpenFolder}
onKeyDown={this.doOpenFolderEnter}>
{nls.localizeByDefault('open a folder')}
</a>
{' ' + nls.localizeByDefault('to start.')}
Expand Down

0 comments on commit 103326d

Please sign in to comment.