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-25Markers - Better fix for #156186 (#159180)Ladislau Szomoru
2022-08-16`IAction` must not be disposable. Delete heaps of empty dispose-implementatio...Johannes
2022-08-16Marker service handling of unsupported schemas (#158176)Ladislau Szomoru
2022-08-10Remove `donotShowContainerTitleWhenMergedWithContainer`Joyce Er
2022-08-10`donotRegisterOpenCommand` -> `doNotRegisterOpenCommand`Joyce Er
2022-08-04Fix #149457. Duplicate Action getter (#157063)Peng Lyu
2022-08-03Use optional chaining for more method calls (#156938)Matt Bierner
2022-07-25Problems view - do not show markers for SCM input (#156151)Ladislau Szomoru
2022-07-25Problems view - remove custom code for SCM input markers (#156145)Ladislau Szomoru
2022-07-21Problems view - Fix issue with the SCM input label provider when problems are...Ladislau Szomoru
2022-07-18Support find widget in lists/trees (#152481)João Moreno
2022-07-10Problems view table - Fix code column rendering issue (#154518)Ladislau Szomoru
2022-06-24Problems table - Focus table when clicking on the empty space (#153097)Ladislau Szomoru
2022-06-17added fixes from comments and added required property on triggerActionJustin Chen
2022-06-15Use `.?method()` in more places (#152112)Matt Bierner
2022-06-14made parameters non-optional, fix on namingJustin Chen
2022-06-14added telemetry for apply code actionJustin Chen
2022-06-14Problems view table - add dnd support (#152066)Ladislau Szomoru
2022-06-14Problems view table - reveal the selection when switching view modes (#152064)Ladislau Szomoru
2022-06-14Problems view - increase maximumWidth for Code and Source columns (#152040)Ladislau Szomoru
2022-06-14Problems view table - remove left padding (#152022)Ladislau Szomoru
2022-06-12Problems view - Can't multi-select in table mode (#151788)Ladislau Szomoru
2022-06-10Merge branch 'main' into joh/voluminous-lobsterJohannes
2022-06-10Problems table - add tooltip for each cell (#151602)Ladislau Szomoru
2022-06-08auto-fixed prefer-const violationJohannes
2022-06-01Errors are not sorted by file path (#150962)Ladislau Szomoru
2022-06-01Fix #150832 (#150957)Ladislau Szomoru
2022-05-31Fix #150795 (#150901)Ladislau Szomoru
2022-05-25Engineering - Refactor cyclic dependency (#150343)Ladislau Szomoru
2022-05-23Problems view - add toggle to view problems in a tree/table (#149943)Ladislau Szomoru
2022-03-21Fix #144919Sandeep Somavarapu
2022-03-15Merge branch 'main' into aeschli/hcLightThemeKindMartin Aeschlimann
2022-03-14Add `.hc-light` rulesDavid Dossett
2022-03-08Fix #144198Sandeep Somavarapu
2022-03-07Fix #142698Sandeep Somavarapu
2022-02-23Markers introduce editors with query and fragment URIs (fix #143686)Benjamin Pasero
2022-02-22fix action category (#142911)y-tsutsu
2022-02-09clean up opener and introduce withSelectionFragment methodSandeep Somavarapu
2022-02-08support related information resource dndSandeep Somavarapu
2022-02-08support dnd for markers and matchesSandeep Somavarapu
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-31replace `CodeActionProviderRegistry` with service propertyJohannes Rieken
2022-01-24remove unused telemetry eventsSandeep Somavarapu
2022-01-24debt - cleanup context key handling in workbenchBenjamin Pasero
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-17Ensure all files are covered by `code-import-patterns` (fixes #140857)Alex Dima
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-29RenamesAlex Dima
2021-12-18problems: rm accidental codeConnor Peet