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-06debt - remove node pieces from environment (#82598)Benjamin Pasero
2019-09-27debt - adopt channel proxy for localizationsBenjamin Pasero
2019-09-16debt - use common/product over node/productBenjamin Pasero
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-08-07strict init (#78168)Benjamin Pasero
2019-03-20Add typings for simple `_` and other parameters that are missing typesMatt Bierner
2019-03-15Move remote agent environment out of node (#70568)Alex Ross
2019-03-11electron 5 - bootstrap a nodeless configuration (#68302)Benjamin Pasero
2019-03-09Ensure list of language ids gets populated when calling getLanguageIds before...Rachel Macfarlane
2019-03-08debt - introduce and adopt shared process serviceBenjamin Pasero
2019-03-07Fix #69940Sandeep Somavarapu
2019-02-21debt - scaffold a service for package.json/product.json accessBenjamin Pasero
2019-02-13paths - avoid posix usagesBenjamin Pasero
2019-02-12paths - paths.node.ts => path.tsBenjamin Pasero
2019-02-12use new path implementation (#68538)SteVen Batten
2019-01-14#66397 Use single identifier for local extension which is gallery oneSandeep Somavarapu
2019-01-11#66397 Use `galleryIdentifier` instead of `identfier` in `ILocalExtension`Sandeep Somavarapu
2019-01-04Mark private service properties declarated in ctors as readonlyMatt Bierner
2019-01-03replace void 0 with undefinedRob Lourens
2018-12-13debt - Thenable -> PromiseJohannes Rieken
2018-12-12Prefer use .then(void 0) over .then(null)Matt Bierner
2018-12-11event namespace consolidation & docsJoao Moreno
2018-12-11Strict null check localizationsMatt Bierner
2018-11-19remove winjs tpromise from asyncJoao Moreno
2018-11-13add connection context to IPCJoao Moreno
2018-11-09#53526 Migrate from TPromise in localizationsSandeep Somavarapu
2018-11-05strict null checks: several ipc utilsJoao Moreno
2018-10-29debt - limiter(1) => queueBenjamin Pasero
2018-10-12Add null type annotations for the common `x: T = null` patternMatt Bierner
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-09-10remove TPromise from ipc.tsJoao Moreno
2018-09-06Use const enums (to inline their values in JS)Alex Dima
2018-08-20fix broken layeringJoao Moreno
2018-07-09#53139 Remove zh-hans and zh-hant from the proposals listSandeep Somavarapu
2018-07-04ipc events should not use TPromiseJoao Moreno
2018-06-19Use posix.joinSandeep Somavarapu
2018-06-18Fix #52077Sandeep Somavarapu
2018-06-14Use URI for extension locationSandeep Somavarapu
2018-06-01Use localizedLanguageName instead of languageNameLocalized which doesnt existRamya Achutha Rao
2018-05-26Use translations from manifest to prompt to install lang pack (#50322)Ramya Rao
2018-04-24Add new locale ids for zhSandeep Somavarapu
2018-04-23Ask user to install core language packe extensionSandeep Somavarapu
2018-03-15Make Event a named exportMatt Bierner
2018-02-05Fix #42447Sandeep Somavarapu
2018-02-05Fix #42448Sandeep Somavarapu
2018-01-29Populate absolute paths in the language packs fileSandeep Somavarapu
2018-01-29Localizations: Update extension point to describe extensions and adopt to itSandeep Somavarapu