Skip to content

Commit

Permalink
Add shellArgs to API docs
Browse files Browse the repository at this point in the history
Part of #10917
  • Loading branch information
Tyriar committed Sep 13, 2016
1 parent 41e7baa commit 1e51cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3498,6 +3498,7 @@ declare namespace vscode {
*
* @param name Optional human-readable string which will be used to represent the terminal in the UI.
* @param shellPath Optional path to a custom shell executable to be used in the terminal.
* @param shellArgs Optional args for the custom shell executable, this does not work on Windows (see #8429)
* @return A new Terminal.
*/
export function createTerminal(name?: string, shellPath?: string, shellArgs?: string[]): Terminal;
Expand Down

0 comments on commit 1e51cd3

Please sign in to comment.