Commit Graph

365 Commits

Author SHA1 Message Date
Johannes Rieken
94d8b210e4 ignore listeners that failed (error, timeout) more than n times, #239 2016-09-23 12:22:09 +02:00
Johannes Rieken
cb19176a04 add watch dog, bubble errors a little, #239 2016-09-22 17:56:05 +02:00
Johannes Rieken
53ff2cf41d fire up extHostDocumentParticipant and vscode.d.ts, #239 2016-09-22 11:32:56 +02:00
Johannes Rieken
c061faf6cd Merge pull request #12328 from Microsoft/joh/willSave
onWillSaveTextDocument event
2016-09-22 09:05:10 +02:00
Christof Marti
12d000ec54 Run experiment with default viewlet shown/hidden (fixes #12414) 2016-09-21 16:56:29 -07:00
Johannes Rieken
08b23250e1 wire ext host save participant to main thread save participant 2016-09-21 11:13:26 +02:00
Johannes Rieken
a4c9fed946 test for bad concurrent edits, test for subsequent good edits 2016-09-21 10:45:41 +02:00
Johannes Rieken
bb6556257f merge waitUntil and pushEdits 2016-09-21 09:59:20 +02:00
Johannes Rieken
ab64f8252d pushEdits and wire up workspace#applyEdits 2016-09-20 19:25:44 +02:00
Johannes Rieken
23fef6b12f add document to event 2016-09-20 16:46:41 +02:00
Johannes Rieken
13b1a8758d First cut of an ext host onWillSaveTextDocumentEvent 2016-09-20 16:32:37 +02:00
Daniel Imms
7236f593e7 Implement vscode.Terminal.processId
Fixes #11919
2016-09-19 14:32:41 -07:00
Johannes Rieken
ec8f8da569 protect against bad results, #11455 2016-09-19 15:54:17 +02:00
Johannes Rieken
468ea77686 Revert "undo update change for now, #1396"
This reverts commit 83053afc22.
2016-09-19 11:36:16 +02:00
Daniel Imms
2e02b52deb Have terminal service clean up instances using event 2016-09-15 12:26:14 -07:00
Daniel Imms
e3831ee39c Implement window.onDidCloseTerminal extension API
Fixes #10925
2016-09-15 12:03:40 -07:00
Benjamin Pasero
91115aa714 support debug & tasks writing (for #8937) 2016-09-15 08:45:37 +02: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
Johannes Rieken
42f0109569 use heapService for workspace symbol provider, #11455 2016-09-13 11:26:02 +02:00
Daniel Imms
983cf3b921 Implement terminal kill 2016-09-10 20:05:09 -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
c0c4029d6a Merge pull request #11700 from Microsoft/octref/10917
Add shellPath to allow user specify preferred shell. Fix #10917
2016-09-10 11:47:36 -07:00
Daniel Imms
9981aefa8a WIP refactor of integrated terminal part 2016-09-09 19:01:34 -07:00
Johannes Rieken
f5a0ea60c8 WinJS.Promise#as is not what you think it is, use wrap instead - fixes #11754 2016-09-09 16:30:50 +02:00
Benjamin Pasero
96afb61cbf adopt more typed file events (for #7176) 2016-09-09 08:06:16 +02:00
Pine Wu
f85725fd97 Add shellPath to allow user specify preferred shell. Fix #10917 2016-09-08 14:12:57 -07:00
Johannes Rieken
9bb4de392b clearTimeout when hiding, fixes #11636 2016-09-08 11:06:28 +02:00
Benjamin Pasero
ad72905ca2 manager: make disposeModel() private 2016-09-07 15:57:43 +02:00
Johannes Rieken
835e8d7292 Merge pull request #11583 from Microsoft/joh/11455
Joh/11455
2016-09-07 12:50:17 +02:00
Alex Dima
bb3e8b9b9b Keep vs/base/common/errors lean and mean as everyone depends on it 2016-09-07 12:39:39 +02:00
Johannes Rieken
af55c20055 monitor -> service 2016-09-07 10:31:21 +02:00
Johannes Rieken
94acaef890 dispose commands 2016-09-07 10:28:26 +02:00
Johannes Rieken
21820b36c1 simplify API 2016-09-07 10:06:03 +02:00
Johannes Rieken
ce1f925f16 not all edits start at offset 0... #11593 2016-09-06 18:11:27 +02:00
Johannes Rieken
dbbadcd05f don't merge diagnostics with old data, fixes #11547 2016-09-06 16:58:21 +02:00
Johannes Rieken
3fbe07bc56 some gc sync'ing between main and ext host 2016-09-06 15:56:47 +02:00
Benjamin Pasero
7a517bbd73 Merge branch 'master' into ben/next 2016-09-05 16:48:31 +02:00
Johannes Rieken
6767d2d641 don't use instanceof check but trust the data, fixes #10703 2016-09-05 11:37:30 +02:00
Benjamin Pasero
a1a5ad0ab6 Message service show action buttons in reverse order (fixes #11311) 2016-09-03 09:24:52 +02:00
Johannes Rieken
e334494baa handle edge case, fixes #11402 2016-09-02 18:18:27 +02:00
Daniel Imms
536533a6a4 Force focus when the terminal panel is already visible 2016-09-01 14:59:48 -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
kieferrm
1de4d832cc fixed #11263 2016-08-30 17:26:32 -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
Johannes Rieken
a27782ed13 wire-up dispose calls, #9384 2016-08-29 18:10:05 +02:00
Johannes Rieken
83053afc22 undo update change for now, #1396 2016-08-29 09:29:42 +02:00
Benjamin Pasero
c86195bb2a service renames 2016-08-29 07:02:11 +02:00