Commit Graph

22 Commits

Author SHA1 Message Date
Johannes Rieken
ef6c5027c6 don't use 'services/statusbar/common/statusbar#StatusbarAlignment' from extension host, use boolean instead 2021-08-20 10:50:25 +02:00
Benjamin Pasero
96ea5fb8cb first cut 2021-07-08 14:44:27 +02:00
Martin Aeschlimann
c24621a3ce Finalize StatusBarItem.tooltip: MarkdownString. Fixes #128127 2021-07-08 09:57:00 +02:00
Martin Aeschlimann
6c4230e86c MarkdownString for StatusBarItem.tooltip. For #126258 2021-06-15 15:35:01 +02:00
Benjamin Pasero
159479eb5a Allow to show status bar entries with an id and name (fix #74972) 2021-05-19 14:03:37 +02:00
Benjamin Pasero
7320c8514c status bar - fix compile errors 2021-05-17 08:54:51 +02:00
Benjamin Pasero
376716d1ae status bar - don't leak RPC objects from API (#115679) 2021-02-03 14:01:13 +01:00
Johannes Rieken
178e7034bc simplify map creation, fyi @bpasero 2021-02-01 14:36:47 +01:00
Benjamin Pasero
5b33fdd650 API: finalize status bar backgroundColor (#110214) 2020-12-15 17:18:59 +01:00
Benjamin Pasero
c76a42acc6 Bad rendering of status bar item with error background color (fix #111618) 2020-12-02 08:06:48 +01:00
Benjamin Pasero
1efcfbf242 api - fix exception in status bar 2020-11-28 12:30:11 +01:00
Benjamin Pasero
14d59bef92 Allow status items with error background color (fix #110214) (#111353)
* Allow status items with error background color (fix #110214)

* rename to statusBarItem.errorBackground

* address feedback and add error colors

* address feedback
2020-11-27 10:34:22 +01:00
isidor
8053b22918 fixes #101554 2020-07-02 10:57:36 +02:00
isidor
6e50f24e64 vscode api: introduce accessibilityInformation 2020-05-14 17:25:46 +02:00
Matt Bierner
44d4fe895d Allow using Command in StatusBarItem (#92046)
Fixes #22353

StatusBarItem is one of the few places in our API where we only allow extensions to give us a command as a `string` instead of as `Command` object. This change updates the API to also allow passing in a `vscode.Command` (which also allows arguments!)
2020-03-09 12:57:33 -07:00
Johannes Rieken
c06c223ee9 more strict init work 2019-10-04 11:52:05 +02:00
Benjamin Pasero
64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Benjamin Pasero
eddc3f4a23 status - fix empty extension 2019-06-06 18:38:42 +02:00
Benjamin Pasero
943b78238b paper cut - offer a menu to control visibility of status bar entries 2019-06-06 07:36:06 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Benjamin Pasero
acd6a190c3 debt: move extHostStatusBar to common 2015-12-21 18:36:40 +01:00