Commit Graph

172 Commits

Author SHA1 Message Date
Daniel Imms
8763d8411f Fix Terminal.processId when setProcessId has not yet been called
Part of #12770
2016-09-28 19:10:34 -07:00
Daniel Imms
7236f593e7 Implement vscode.Terminal.processId
Fixes #11919
2016-09-19 14:32:41 -07:00
Daniel Imms
e3831ee39c Implement window.onDidCloseTerminal extension API
Fixes #10925
2016-09-15 12:03:40 -07:00
Daniel Imms
5a5a9f7a40 Reintroduce terminal API request queue system
Fixes #11990
2016-09-13 21:03:47 -07:00
Pine Wu
9da873d64f Address PR comments 2016-09-13 14:22:12 -07:00
Pine Wu
2966990272 Add shellArgs. Fix #10917 2016-09-13 14:08:22 -07:00
Daniel Imms
a020b8595b Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-10 12:01:59 -07:00
Daniel Imms
9981aefa8a WIP refactor of integrated terminal part 2016-09-09 19:01:34 -07:00
Pine Wu
f85725fd97 Add shellPath to allow user specify preferred shell. Fix #10917 2016-09-08 14:12:57 -07:00
Daniel Imms
7bd499af9b Revert "Use a config interface for terminal creation in API"
We're sticking with simple for now, an overload can be used if a config object
is necessary later.

This reverts commit 873b3d0b38.
2016-09-01 14:00:10 -07:00
Daniel Imms
873b3d0b38 Use a config interface for terminal creation in API
Fixes #11332
2016-08-31 11:07:57 -07:00
Daniel Imms
ffbc81c3cf Allow terminal API requests to be queued and exec once initialized
Fixes #10918
2016-08-29 13:54:11 -07:00
Daniel Imms
b11a786111 Use getter for terminal API name property
Fixes #10999
2016-08-26 11:23:02 -07:00
Daniel Imms
65888050c3 Many terminal API changes 2016-08-19 12:26:11 -07:00
Daniel Imms
2fb2d9a5dd Revert "Remove name from terminal API since it's static"
This reverts commit 2c95aed6eb.
2016-08-18 14:11:47 -07:00
Daniel Imms
d3dd3c6083 Add param and return type to sendText 2016-08-18 13:42:21 -07:00
Daniel Imms
2c95aed6eb Remove name from terminal API since it's static 2016-08-18 11:00:10 -07:00
Daniel Imms
ff87ab3251 Implement dispose and hide 2016-08-17 14:34:19 -07:00
Daniel Imms
cce4650a6b sendText terminal API progress 2016-08-16 14:17:47 -07:00
Daniel Imms
0d90238759 Pass terminal ID through when creating terminal instance 2016-08-16 08:32:28 -07:00
Daniel Imms
ab96b1918d Progress on Terminal.show API 2016-08-16 08:14:58 -07:00
Daniel Imms
d464fdc609 Starting API 2016-08-15 20:32:52 -07:00