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
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-29`--prof-startup` paths are slightly off (fix #158646) (#159410)Benjamin Pasero
2022-06-15Use `.?method()` in more places (#152112)Matt Bierner
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-04add owner/comments types to some telemetry eventsJohannes
2022-02-26editors - allow untyped editors from save/saveAs (#143526)Benjamin Pasero
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2021-12-29RenamesAlex Dima
2021-12-08Split `ILanguageService.create` into `createById` and `createByMimeType`Alex Dima
2021-12-08Debt: Rename `IModeService` to `ILanguageService`Alex Dima
2021-11-04send an event per markJohannes Rieken
2021-11-04send telemetry for resource performance markerJohannes Rieken
2021-09-21Large Refactorings Pane Composite Parts (#133485)SteVen Batten
2021-09-03editors - implement new text editor service and adopt (#126960)Benjamin Pasero
2021-07-07editors - more renamesBenjamin Pasero
2021-07-01workpaceSteVen Batten
2021-06-28Startup timing should not complain about missing cached data when running wit...Johannes Rieken
2021-06-08sandbox - implement `didUseCachedData` when node.js code loading is disabled ...Benjamin Pasero
2021-06-04fix compile errorJohannes Rieken
2021-06-04startup timings uses now `exit` and not `quit`, fyi @bpaseroJohannes Rieken
2021-06-02bail on standard start when workspace isn't trustedJohannes Rieken
2021-05-27editors dnd - rework to allow to set contents to untyped editorsBenjamin Pasero
2021-05-07editors - introduce a `AbstractTextResourceEditorInput` for some label sharingBenjamin Pasero
2021-05-03Remove shell environment patching in the renderer (fix #108804)Benjamin Pasero
2021-04-24:lipstick: editor extension exportBenjamin Pasero
2021-04-13editors - cleanup editor restore logicBenjamin Pasero
2021-04-12editor input getTypeId() => typeIdBenjamin Pasero
2021-04-09perf - more fine grained window countersBenjamin Pasero
2021-04-08Add override keyword in codebase (#120755)Matt Bierner
2021-04-08fix speling errorBenjamin Pasero
2021-04-08perf - add marks for crash reporter and window creationBenjamin Pasero
2021-04-08startup perf - load NLS module conditionally; add perf mark for main IPC serverBenjamin Pasero
2021-04-01`ILanguageSelection` should not be `IDisposable` (#119968)Alex Dima
2021-03-31window - use IPC to transport window config and drop URL query param (#120096)Benjamin Pasero
2021-03-29Open Editor refactors (#119274)Logan Ramos
2021-03-10refactor perf contribution so that they can be inside electron-sandbox, https...Johannes Rieken
2021-02-25storage - drop old node based storage serviceBenjamin Pasero
2021-02-24perf - make it clear that shared process connection is after workbench ready ...Benjamin Pasero
2021-02-22perf - add a mark for how long it takes to connect to shared processBenjamin Pasero
2021-02-16Keep misspelled property name in timerServiceUtku Gultopu
2021-02-16Fix misspelling of "likelihood"Utku Gultopu
2021-02-15storage - implement workspace storage and fix testsBenjamin Pasero
2021-02-03fs - more removal of promisify utilityBenjamin Pasero
2021-02-03fs - remove promise based methods from pfs and replace with fs.promisesBenjamin Pasero
2020-12-16don't show loader stats in perf view editor anymoreJohannes Rieken
2020-12-15add ITimerService#whenReadyJohannes Rieken
2020-12-14add a way to read marks with source, adopt in perf view editorJohannes Rieken
2020-12-14rework perf-util, only allow for marks, separate perf-marks from renderer and...Johannes Rieken
2020-12-02Fixes #111649: Have the diff editor control `wordWrapOverride1` and the toggl...Alex Dima