Commit Graph

22 Commits

Author SHA1 Message Date
Sandeep Somavarapu
cb82a53961 #59645 Move progress service to platform 2018-10-23 11:14:13 +02:00
Matt Bierner
8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Benjamin Pasero
fafff47907 better fix for #54295 & #54369 2018-07-16 11:37:20 +02:00
Benjamin Pasero
b757388b47 Revert "fix #54295, fix #54369"
This reverts commit db39621bf8.
2018-07-16 11:37:20 +02:00
Benjamin Pasero
db39621bf8 fix #54295, fix #54369 2018-07-16 07:57:39 +02:00
Benjamin Pasero
2b79b107b0 remove dead branch 2018-07-11 07:31:30 +02:00
Sandeep Somavarapu
41729b45f2 #50730 Move progress service 2 to workbench 2018-06-11 16:02:42 +02:00
Benjamin Pasero
19001175dd Progress API percentage is ambiguous (fixes #46743) 2018-03-28 09:44:06 +02:00
Benjamin Pasero
8f825bbcb5 Progress can go backwards (fixes #46717) 2018-03-27 17:35:24 +02:00
Benjamin Pasero
6563a31a3f progress - fix debouncer initial value 2018-03-27 17:18:38 +02:00
Benjamin Pasero
098cf01a2e Progress API: Can block renderer (fixes #46642) 2018-03-27 16:14:02 +02:00
Benjamin Pasero
3d81ac21ca Leverage notification progress support for progress API (#45958)
* Leverage notification progress support for progress API

fixes #44090

* only allow positive total/worked values

* drop total/worked in favour of percentage

* make sure to dispose CancellationTokenSource after use

* make the cancellation button optional
2018-03-21 18:06:41 +01:00
Alex Dima
8bfa7ffd2e Move IExtensionService up to /workbench/ (fixes #44281) 2018-02-23 17:38:24 +01:00
Benjamin Pasero
b34f17350f Un-allowed double quoted imports (for #25451) 2017-04-26 19:13:12 +02:00
Johannes Rieken
5f319d4892 finalize progress API, #18066 2017-04-25 12:38:41 +02:00
Johannes Rieken
228086cd72 expose scm-progress in stable api, #18066 2017-03-27 20:01:06 +02:00
Johannes Rieken
23c4c8d1b8 progress - make window progress get a title 2017-01-19 12:06:46 +01:00
Johannes Rieken
3186c15c7f progress - don't rethrow errors on main side 2017-01-18 16:51:50 +01:00
Johannes Rieken
419c2dc09c add withScmProgress to begin with 2017-01-17 09:27:16 +01:00
Johannes Rieken
0c46df976e expose a withScmViewletProgress-API 2017-01-16 18:11:12 +01:00
Johannes Rieken
3d7c53c82a rename to withWindowProgress 2017-01-13 15:15:36 +01:00
Johannes Rieken
33492341c9 withStatusBarProgress API and implementation 2017-01-13 12:09:19 +01:00