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
path: root/src/vs/base
AgeCommit message (Expand)Author
2022-09-11clean upSandeep Somavarapu
2022-09-11:lipstick:Sandeep Somavarapu
2022-09-11Use StroageService to read and writeSandeep Somavarapu
2022-09-11Implement profile storage serviceSandeep Somavarapu
2022-09-09Render ThemeIcons (codicons) in markdownEnumDescriptions (#160496) (#160498)John Murray
2022-09-07Use ids instead of indexes for resolving data transfer files (#160349)Matt Bierner
2022-09-07perf - no longer block for backup metadata writes (#160152)Benjamin Pasero
2022-09-06Fixes context menu bug (#160195)Henning Dieterichs
2022-09-06Merge pull request #160016 from microsoft/ben/joint-hippopotamusBenjamin Pasero
2022-09-05add ugly cast to avoid layering checkjoh/desktop-coiJohannes
2022-09-05Merge branch 'main' into joh/desktop-coiJohannes
2022-09-05Merge branch 'main' into hediet/mergeEditorBaseViewHenning Dieterichs
2022-09-04debt - remove avoidMonkeyPatchFromAppInsightsben/joint-hippopotamusBenjamin Pasero
2022-09-02Avoid sync require for loading NLS configuration (fix #159894) (#159895)Benjamin Pasero
2022-09-02Adds an optional base view to the merge editor. Fixes #155277.hediet/mergeEditorBaseViewHenning Dieterichs
2022-09-02extract some COI handle into network-util, add `--enable-coi` command line fl...Johannes
2022-08-31use `MicrotaskEmitter` to (drastically) reduce the number of MenuRegistry-cha...Johannes
2022-08-31Re-use plaintext markdown renderer (#159627)Matt Bierner
2022-08-31Pick up latest marked release (#159629)Matt Bierner
2022-08-31Extract default marked renderers to constant functions (#159630)Matt Bierner
2022-08-30Merge pull request #158609 from microsoft/tyriar/156179-optionsDaniel Imms
2022-08-30perf - lazy create complex RegExp (#159537)Benjamin Pasero
2022-08-29Use AggregateError for errors while disposing (#159477)Matt Bierner
2022-08-27Pick up latest TS for building VS Code (#158420)Matt Bierner
2022-08-26Send a message every 5 seconds to avoid the underlying connection becoming id...Alexandru Dima
2022-08-24move terminal decorator icon ids to terminalIconsMartin Aeschlimann
2022-08-23Add jsdoc to IQuickInput (#154255) (#158907)barry
2022-08-23Revert "clearNode should use `replaceChildren` (#157169)"Johannes
2022-08-23Revert "Try using AbortController for disposable dom listeners"Johannes
2022-08-23Merge branch 'main' into tyriar/156179-optionstyriar/156179-optionsDaniel Imms
2022-08-22additionalToggles -> togglesDaniel Imms
2022-08-22Merge branch 'main' into tyriar/156179-quickinput-findDaniel Imms
2022-08-22Git - Add setting to remember post commit command (#158449)Ladislau Szomoru
2022-08-19Fix layering issuetyriar/156179-quickinput-findDaniel Imms
2022-08-19Fix pinned items showing when toggling quick input togglesDaniel Imms
2022-08-19Support additional toggles in quick pick, adopt in terminalDaniel Imms
2022-08-19Adopt FindInput in QuickInputBoxDaniel Imms
2022-08-19Move showOptionButtons into IFindInputOptions.showCommonFindTogglesDaniel Imms
2022-08-19Change explorer filter icon to listFilterDaniel Imms
2022-08-19allow recent commands to be pinned (#158037)Megan Rogge
2022-08-18Add `search-fuzzy` (#158514)Miguel Solorio
2022-08-18fix sizing of label-only buttons in toolbarsJohannes
2022-08-18Add rounded corners to buttons (#158315)Miguel Solorio
2022-08-16`IAction` must not be disposable. Delete heaps of empty dispose-implementatio...Johannes
2022-08-16Have FileSystemError adopt ErrorNoTelemetry (#155885)Logan Ramos
2022-08-15Merge pull request #156965 from FantasqueX/patch-2Johannes Rieken
2022-08-11Allow markdown code blocks to contain data after language id (#157947)Matt Bierner
2022-08-10ActionWithDropdownActionViewItem - add separator (#155166)Ladislau Szomoru
2022-08-10Fixes source maps in web worker (#157704)Henning Dieterichs
2022-08-09Merge pull request #157516 from microsoft/benibenj/disabledTreeItemBenjamin Simmonds