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-03-13[web] Welcome views: links trigger unload (fix #92633) (#92635)Benjamin Pasero
2020-02-10move link to open platformJoao Moreno
2019-11-14use string instead of URL, help with IE11 and with unwanted URL magicJohannes Rieken
2019-11-14validator must support URI and URL, also extract utils for re-useJohannes Rieken
2019-11-14IOpenerService#open accepts URI and URLJohannes Rieken
2019-11-14IOpener must accept URI and URLJohannes Rieken
2019-11-11opener - encapsulate external openingBenjamin Pasero
2019-10-18editor - conditionally show editor open errors in a modal dialogBenjamin Pasero
2019-09-23Be explicit about certain things to help the editor tree-shakingAlex Dima
2019-09-21Moving resolve uri logic into openerServiceMatt Bierner
2019-09-21Allow tunneling when clicking on links in the terminalMatt Bierner
2019-09-21Extra OpenOptions typesMatt Bierner
2019-09-18Add resolveExternalUri embedder contribution pointMatt Bierner
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-21Do not scope validators to schemesPine Wu
2019-08-21Refactor OpenerService. Fix #79487Pine Wu
2019-08-20fix #79453Benjamin Pasero
2019-08-14open exter - move into opener serviceBenjamin Pasero
2019-06-15Fix some typos in commentHoward Hung
2019-03-20debt - make url service contribute to opener service, #70319Johannes Rieken
2019-01-22fix strict null errorsJohannes Rieken
2019-01-22OpenerService#open should return a booleanJohannes Rieken
2018-10-03Remove use strict directives in main vs code ts files (part 2)Matt Bierner
2018-10-01debt - remove TPromise from opener serviceJohannes Rieken
2018-09-03uri - replace usages of default export with named exportJohannes Rieken
2018-05-16grid - move opener service into editorBenjamin Pasero
2018-02-15Mark injected service properties as readonlyMatt Bierner
2017-11-08promise: make sure as() returns promise like and fix errorsBenjamin Pasero
2017-10-25Enable click and open mailto links in Markdown preview (#36795)Soo Jae Hwang
2017-10-24Fixes Microsoft/monaco-editor#601: Set window.opener to nullAlex Dima
2017-09-26indentation changeskieferrm
2017-09-26omit endPoint where it defaults to nonekieferrm
2017-09-26first batch eventskieferrm
2017-09-13don't 'normalize' authorityJohannes Rieken
2017-07-18add telemetry to opener serviceJohannes Rieken
2017-04-14Fix build hygiene issuesAlex Dima
2017-01-23Hide overlay on any command (#18869)Christof Marti
2016-12-12ignore scheme-less links, #8223Johannes Rieken
2016-11-04no more IEditorService.resolveEditorModel()Benjamin Pasero
2016-10-08tsfmt - srcJohannes Rieken
2016-10-05💄Benjamin Pasero
2016-09-29workaround #12954Benjamin Pasero
2016-09-28fix #12896Benjamin Pasero
2016-09-13bubble errors from opener service, fixes #11802Johannes Rieken
2016-08-02debt - opener service supporting side by side, #9906Johannes Rieken
2016-08-02debt - use opener service in editor, #9906Johannes Rieken
2016-07-07turn serviceId into _serviceBrand:any to follow common practiveJohannes Rieken
2016-07-07commands - add CommandService, make KeybindingService use itJohannes Rieken
2016-07-06rename index file 'keybindingService' to 'keybinding' such that it is aligned...Johannes Rieken
2016-05-02Command handlers are invoked with var-argsAlex Dima