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-07-05status bar - prevent default of key event (fix #154071) (#154130)Benjamin Pasero
2022-07-04make CC be two special `MenuEntryActionViewItem` instances and style them as oneJohannes
2022-07-04make sure focus outline fits into CC boxJohannes
2022-07-01update command title for better localization (#153940)SteVen Batten
2022-06-30fixes #152430isidor
2022-06-30disable profiles feature in stable quality (#153796)Sandeep Somavarapu
2022-06-30Make tree view always write `text/uri-list` (#153758)Matt Bierner
2022-06-29Allow tree to specify `'files'` as drop type (#153751)Matt Bierner
2022-06-29Always hide notification center when toggling do not disturb mode (Fix #15355...David Dossett
2022-06-29Show `bell-slash-dot` icon when do not disturb is enabled (Fix #153483) (#153...David Dossett
2022-06-29Improve perf when dragging tabs (#153623)Matt Bierner
2022-06-27fix: typo (#153187)yutotnh
2022-06-27Add "Do Not Disturb" Mode (#149645)David Dossett
2022-06-27Add a Share menu and a share vscode.dev command (#152765)hediet/adjust-debouncingAlex Ross
2022-06-27remember view containers that aren't registered yet (#153150)SteVen Batten
2022-06-25fix menubar visibility events when moving menubar (#153179)SteVen Batten
2022-06-25Improve hovers in title bar (#153166)SteVen Batten
2022-06-25update storage scope from profile to application (#153169)SteVen Batten
2022-06-25Use `CancellationToken.None` instead of creating a new CTS (#153162)Matt Bierner
2022-06-24fix #152854 (#153069)Benjamin Pasero
2022-06-23fix compact menu coloring in the title bar (#153007)SteVen Batten
2022-06-23Debt - register setting from contribution file (#152996)Joyce Er
2022-06-23Merge pull request #152990 from microsoft/tyriar/152989Daniel Imms
2022-06-23fixes #151892 (#152908)SteVen Batten
2022-06-23Alt -> Option in open recentDaniel Imms
2022-06-23remove defaultProfile from IUserDataProfileService (#152960)Sandeep Somavarapu
2022-06-23fix default profile (#152915)Sandeep Somavarapu
2022-06-22let app menu menus zoom out even though title cant (#152898)SteVen Batten
2022-06-22Standardize text/uri-list handling (#152756)Matt Bierner
2022-06-22Document experimental setting, `sessionSync` -> `editSessions` (#152808)Joyce Er
2022-06-21Add web command to request device access (#152310)Rob Moran
2022-06-21Try a compact/hamburger menu in the title bar when using the cmd center (#152...SteVen Batten
2022-06-21profiles - adopt new scopes (#152679) (#152735)Benjamin Pasero
2022-06-21Introduce and adopt profile management events (#152724)Sandeep Somavarapu
2022-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-21ensure layout controll flows with flex, give CC a min-width (#152717)Johannes Rieken
2022-06-21use z-index lower than quick pick z-index (#152712)Johannes Rieken
2022-06-21remove top/bottom margin from CC so that window can be dragged (#152710)Johannes Rieken
2022-06-20ability to switch profile without reload (#152652)Sandeep Somavarapu
2022-06-17api - polish USB command (#152424)Benjamin Pasero
2022-06-17joh/issue150907 (#152447)Johannes Rieken
2022-06-17Try aligning tree view drop handling (#150468)Matt Bierner
2022-06-17Merge branch 'main' into joh/cheap-foxJohannes
2022-06-17fix #152240 (#152431)Benjamin Pasero
2022-06-17debt - cleanup config migration (#152425)Benjamin Pasero
2022-06-17move IUserDataProfileService to workbench (#152427)Sandeep Somavarapu
2022-06-17Split IUserDataProfilesService (#152385)Sandeep Somavarapu
2022-06-17storage - allow to migrate to a new profile (#152317)Benjamin Pasero
2022-06-17Add experimental Continue Edit Session API command (#152375)Joyce Er
2022-06-17Use full titlebar height for menubar button hit area (Fix #150170) (#151250)David Dossett