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-09-07Custom Settings for Search File Decorations (#160223)Andrea Mah
2022-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-19Move showOptionButtons into IFindInputOptions.showCommonFindTogglesDaniel Imms
2022-08-16Noticeable performance hang when dismissing a large number of items (#156963)dev/joyceerhl/git-clone-contextAndrea Mah
2022-08-16`IAction` must not be disposable. Delete heaps of empty dispose-implementatio...Johannes
2022-08-10Remove `donotShowContainerTitleWhenMergedWithContainer`Joyce Er
2022-08-10`donotRegisterOpenCommand` -> `doNotRegisterOpenCommand`Joyce Er
2022-08-09Search message wrap (#157679)Rob Lourens
2022-08-09Error in editor when dismissing all search results (#157170)Andrea Mah
2022-08-03Support `ILocalizedString` in `openCommandActionDescriptor` `title`s (#156921)Joyce Er
2022-08-03Use optional chaining for more method calls (#156938)Matt Bierner
2022-08-01Make comment and owner required by default (#156822)Logan Ramos
2022-07-25fix search selection bug (#156205)Andrea Mah
2022-07-22Make search tree context menu multiselect-aware (#154847)Andrea Mah
2022-07-21Add file decorations to search results (#155549)Andrea Mah
2022-07-12update nls comment (#153743) (#154890)Benjamin Pasero
2022-07-07Fix more settings description setting links (#154383)Raymond Zhao
2022-07-06Register commands correctly with original title, #153865 (#154297)Rob Lourens
2022-06-17debt - cleanup config migration (#152425)Benjamin Pasero
2022-06-15Last pass using ?.() for method call (#152231)Matt Bierner
2022-06-15Use `.?method()` in more places (#152112)Matt Bierner
2022-06-10Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-10Use optional method calls in more places (#151634)Matt Bierner
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-08Use label service (#149001)Rob Lourens
2022-06-03Fix bad GDPR annotation (#151241)Logan Ramos
2022-05-27show keybindings in quick open help (#150538)Benjamin Pasero
2022-05-25Fix bad layout of search input (#150405)Rob Lourens
2022-05-25More telemetry comments (#150303)Logan Ramos
2022-05-16Avoid using `deltaDecorations` in cases where it could recurse (#149644)Alexandru Dima
2022-05-13remove `TitleMenuQuickPick` againJohannes
2022-05-04- introduce configuration migration utilsandy081/configurationMigrationSandeep Somavarapu
2022-05-02add "go to symbol in workspace", ordering, set title to window titleJohannes
2022-04-23Open the notebook editor find widget when opening a notebook from search resu...Rob Lourens
2022-04-13Better fix for #145996Jackson Kearl
2022-04-13web: add telemetry api for embedders (#146931)Connor Peet
2022-04-11fix #140612: toggle the Toggle Button when the context line number larger tha...Quan Zhuo
2022-04-09Fix #145996Jackson Kearl
2022-04-06Add additionalScrollHeight to search tree, fix #146935Rob Lourens
2022-03-24more sidebar to side barSteVen Batten
2022-03-24sidebar to side barSteVen Batten
2022-03-24update search: Reveal in Explorer ViewSteVen Batten
2022-03-23Fix #145753Jackson Kearl
2022-03-16Merge pull request #144759 from microsoft/aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-16history - use undo service to figure out good entry label if possibleBenjamin Pasero
2022-03-14Add `.hc-light` rulesDavid Dossett
2022-03-12history - introduce `entries.json` and `SaveSource`Benjamin Pasero
2022-03-08Add hc light theme kindMartin Aeschlimann
2022-03-01initial rename of Checkbox -> ToggleTyler Leonhardt
2022-02-23Markers introduce editors with query and fragment URIs (fix #143686)Benjamin Pasero