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
2021-08-06Organize imports in vs/platformMatt Bierner
2021-04-29Fix runningAlexandru Dima
2021-04-29Add noop command (fixes #122518)Alexandru Dima
2021-03-29First round of getting rid of deprecated asserts (#120125)Logan Ramos
2021-03-22Fixes #117534: Allow to mark command args as optionalAlexandru Dima
2020-06-05Mark _serviceBrand properties using declare (#99312)Matt Bierner
2020-05-04debt - use more native es6, less polyfil utilsJohannes Rieken
2020-04-23Mark field as readonlyMatt Bierner
2020-03-03es6 - replace custom LinkedList#iterator with Symbol.iteratorJohannes Rieken
2020-02-04debt - move tests to correct layersBenjamin Pasero
2019-10-21debt - optional chainingBenjamin Pasero
2019-09-19Prefer using Disposable.None vs custom noop disposableMatt Bierner
2019-08-30change type of _serviceBrand from `any` to `undefined`, #79918Johannes Rieken
2019-07-24Merge pull request #72345 from hedgerh/command-execute-eventsJohannes Rieken
2019-07-03Fix monaco editor check errorsMatt Bierner
2019-07-02Use a proper Map for ICommandsMapMatt Bierner
2019-05-05Removed disposeListeners from commandService and only remove listener on Main...Harry Hedger
2019-05-05Made recommended changesHarry Hedger
2019-05-05Implemented onDidExecuteCommand api methodHarry Hedger
2019-02-14Move schema definitions to the commands definitions (#66458)Alex Dima
2019-02-06strict null troubleJohannes Rieken
2019-01-10Continue Strict null check for Map.get may return undefinedMatt Bierner
2019-01-03replace void 0 with undefinedRob Lourens
2019-01-03make sure command aliases return command's result, #65809Johannes Rieken
2018-12-28Converted another ~70 test files to strictNullChecks (#65672)Josh Goldberg
2018-12-14Prefer using Array<T> for complex array typesMatt Bierner
2018-11-05fix #62457Johannes Rieken
2018-10-13strict null checks (#60565)Alex Dima
2018-10-12Strict null checks (#60565)Alex Dima
2018-10-12strict null checksMatt Bierner
2018-10-03Remove use strict directives in main vs code ts files (part 2)Matt Bierner
2018-10-03Remove "use strict" directives in testsMatt Bierner
2018-10-02Converting many test functions to use arrow functionsMatt Bierner
2018-10-01debt - command service uses real promiseJohannes Rieken
2018-08-02Register previous ids for compatibility (#53497)Alex Dima
2018-07-21Use toDisposable in more places in workbench and platformMatt Bierner
2018-03-15Make Event a named exportMatt Bierner
2018-02-23Move CommandService implementation up to /workbench/ (#44281)Alex Dima
2018-02-23Simplify IExtensionService.onDidRegisterExtensionsAlex Dima
2018-02-15Mark injected service properties as readonlyMatt Bierner
2018-02-08Remove unused codeAlex Dima
2018-02-07Fix failing testAlex Dima
2018-02-07Fixes #34913: Wait for `*` activation when the command is not registeredAlex Dima
2018-01-25fix #42144Johannes Rieken
2018-01-09remove ICommand#precondition, #41103Johannes Rieken
2017-12-12log failures of on-will-save-listener, #40030Johannes Rieken
2017-12-07fixes #39577Joao Moreno
2017-12-06fixes #39806Joao Moreno
2017-12-04cleanup main log serviceJoao Moreno
2017-12-04use global log serviceJoao Moreno