Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew committed Aug 11, 2023
1 parent 3b6466e commit 3dc985d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class RemoteFrontendContribution implements CommandContribution, Frontend
});
}
const selection = await this.quickInputService?.showQuickPick(quickPicks, {
placeholder: nls.localizeByDefault('Select an option to connect to a Remote Window')
placeholder: nls.localizeByDefault('Select an option to open a Remote Window')
});
if (selection) {
this.commandRegistry.executeCommand(selection.id!);
Expand Down

0 comments on commit 3dc985d

Please sign in to comment.