Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23Feat: #94285 Options on saving before running tasks (#94466)Edgar Cumbreras
2020-03-31Never show again storage keys are registered too late for syncing (fix #93817)Benjamin Pasero
2020-03-02debt - some :lipstick:Benjamin Pasero
2020-02-27notifications - revised progress indication for hidden notifications (fix #91...Benjamin Pasero
2020-02-26Notification: X button shows up if progress is collapsed (fix #91414)Benjamin Pasero
2020-02-17types - reduce type duplicationBenjamin Pasero
2020-01-25Contributing: fix typosMaher Jendoubi
2019-10-18notificationFilter.ERRORisidor
2019-10-10notifications - allow to configure a filter to silence notificationsBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-16fix #72417Benjamin Pasero
2019-08-08:lipstick: notificationsBenjamin Pasero
2019-08-08Reuse never show again logic - work in progress (#73968)Yisrael Veller
2019-07-16Convert many simple getters for events into readonly propertiesMatt Bierner
2019-06-15Fix some typos in commentHoward Hung
2019-06-07Use ReadonlyArrays for IActions used in notificationsMatt Bierner
2019-06-05debt - remove dependency of keybinding service to status bar serviceBenjamin Pasero
2018-11-26notifications - add silent optionBenjamin Pasero
2018-10-12fix #51013Benjamin Pasero
2018-10-03Remove use strict directives in main vs code ts files (part 2)Matt Bierner
2018-10-03Remove use strict directives in main vs code ts filesMatt Bierner
2018-07-02debt week code cleanupBenjamin Pasero
2018-04-17Move TestNotificationService down to /platform/Alex Dima
2018-04-04debt - notifications should talk about closing not disposalBenjamin Pasero
2018-04-04debt - make notification#prompt() nicer to useBenjamin Pasero
2018-03-15Make modules ES6 friendlyAlex Dima
2018-03-15Make Event a named exportMatt Bierner
2018-03-14Mark private emitters as readonlyMatt Bierner
2018-03-07jsdoc :lipstick:Benjamin Pasero
2018-03-07debt - add new prompt method to notification serviceBenjamin Pasero
2018-03-07debt - confirmation service => dialog serviceBenjamin Pasero
2018-02-26fix #34367Benjamin Pasero
2018-02-21notifications - do not add a "close" action for extensionsBenjamin Pasero
2018-02-21notifications - add some API docsBenjamin Pasero
2018-02-20notifications - restore support for arraysBenjamin Pasero
2018-02-19notifications - remove old message service and adopt new oneBenjamin Pasero
2018-02-19notifications - add onDidHide to notifications handleBenjamin Pasero
2018-02-18notifications - allow to update severity tooBenjamin Pasero
2018-02-18notifications - more methods to update notification afterwardsBenjamin Pasero
2018-02-18notifications - add progress bar and APIBenjamin Pasero
2018-02-16notifications - introduce secondary actionsBenjamin Pasero
2018-02-14notifications - :lipstick:Benjamin Pasero
2018-02-14notifications - introduce action runner for buttonsBenjamin Pasero
2018-02-13notifications - some polish and validationBenjamin Pasero
2018-02-12notifications - scaffold a notification serviceBenjamin Pasero