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-17Remove EditorResolution.DISABLED (#158371)Logan Ramos
2022-08-04Fix search editor title not updating (#156011)Stephen Sigwart
2022-08-02Add telemetry comments (#156827)Rob Lourens
2022-08-01Make comment and owner required by default (#156822)Logan Ramos
2022-07-20Use object factory for editor resolvers (#155652)Logan Ramos
2022-07-09Add keybindings for search editor file filters (#153954)Stephen Sigwart
2022-06-12text files - drop need for text editor controlBenjamin Pasero
2022-06-12text editors - push down readonlynessBenjamin Pasero
2022-06-11text editors - shuffle things aroundBenjamin Pasero
2022-06-11text editors - avoid code editor dependencies for optionsBenjamin Pasero
2022-06-10text editors - extract a `AbstractTextEditor`Benjamin Pasero
2022-05-24Add owners to all telemetry events (#150296)Logan Ramos
2022-04-06Dont persist match ranges unnecessarilyJackson Kearl
2022-03-24Fix #145749Jackson Kearl
2022-03-16Merge pull request #144759 from microsoft/aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-12history - introduce `entries.json` and `SaveSource`Benjamin Pasero
2022-03-09set hcLight for simple cases (null, color reference)Martin Aeschlimann
2022-03-09history - emit save event for working copiesBenjamin Pasero
2022-03-08Add hc light theme kindMartin Aeschlimann
2022-02-04Fix #136541Jackson Kearl
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31Rearrange files to better separate between `workbench/api` and `workbench/ser...Alex Dima
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2022-01-28Fix `undefined`s in text search results (#141522)Benjamin Tidor
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2022-01-21Add explicit layers for editor contributions (fixes #140995)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-12-06`ICodeEditor.getContribution` can return `null`Alex Dima
2021-11-09133348 fix oom when search opened in editor (#136554)Gvozd
2021-10-26Fix search editor scrolled to bottom on first search when editor group change...Stephen Sigwart
2021-10-26Search editor go to location improvements (#135227)Stephen Sigwart
2021-10-19Rename KeyCode enum members to more closely resemble ScanCode enum membersAlexandru Dima
2021-09-15editors - drop the `IEditorInput` interfaceBenjamin Pasero
2021-09-11editors - further simplify view state trackingBenjamin Pasero
2021-09-10editors - first cut view state support for side by side editorsBenjamin Pasero
2021-09-10editors - make more view state management reusableBenjamin Pasero
2021-09-10editors - first cut base editor with view stateBenjamin Pasero
2021-08-31Fix #130235Logan Ramos
2021-08-20Use `ContextKeyExpr` factory methodsAlex Dima
2021-08-13fix: maxResults config value is now applied to searchEditor (#130531)vlwkaos
2021-08-09search editor - drop legacy backup migrationBenjamin Pasero
2021-07-29Fix #125798Jackson Kearl
2021-07-29Close #127455Jackson Kearl
2021-07-16Fix #127898Rob Lourens
2021-07-08editors - simplify `IEditorInput.toUntyped`Benjamin Pasero
2021-07-07Rename editorOverrideService closes #126603Logan Ramos
2021-07-07editors - more renamesBenjamin Pasero