Skip to content

Commit

Permalink
Fix preserveFocus param typo
Browse files Browse the repository at this point in the history
Fixes #11474
  • Loading branch information
Tyriar authored Sep 2, 2016
1 parent 5fb5131 commit e87f1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ declare namespace vscode {
*
* @param preserveFocus When `true` the terminal will not take focus.
*/
show(preservceFocus?: boolean): void;
show(preserveFocus?: boolean): void;

/**
* Hide the terminal panel if this terminal is currently showing.
Expand Down

0 comments on commit e87f1d9

Please sign in to comment.