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-05Fix #153663 (#154104)Sandeep Somavarapu
2022-07-05status bar - prevent default of key event (fix #154071) (#154130)Benjamin Pasero
2022-07-05macOS: adjust traffic lights when command center is visible #154131 (#154132)Benjamin Pasero
2022-07-05Merge pull request #154026 from microsoft/tyriar/registerDaniel Imms
2022-07-04Merge pull request #154096 from microsoft/joh/issue153763Johannes Rieken
2022-07-04completes observable refactoring (#154089)Henning Dieterichs
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-04SCM - More focus related fixes to the commit action button (#154087)Ladislau Szomoru
2022-07-04introduce immediate update (#154082)Sandeep Somavarapu
2022-07-04use `ICommandActionTitle` over simple string (#154081)Johannes Rieken
2022-07-04debt - add `Event#fromObservable` to bridge between observables and emitters ...Johannes Rieken
2022-07-04enable import/export profiles actions in no profile mode (#154022)Sandeep Somavarapu
2022-07-04adopt #153865 (#154067)Sandeep Somavarapu
2022-07-04Merge branch 'main' into 3wmHenning Dieterichs
2022-07-04Removes old observable test.Henning Dieterichs
2022-07-04Merge pull request #154052 from microsoft/joh/3wm-nextJohannes Rieken
2022-07-04Merge pull request #154028 from microsoft/3wmJohannes Rieken
2022-07-04SCM - Fix issue with commit dropdown button (#154034)Ladislau Szomoru
2022-07-03Improves 3wm observables.Henning Dieterichs
2022-07-03Moves observables to base/common. Adds observable tests & logging.Henning Dieterichs
2022-07-03Use middle click on a checkbox to toggle its state.3wmHenning Dieterichs
2022-07-03navigation now only considers actual conflicts.Henning Dieterichs
2022-07-03Fixes #153898.Henning Dieterichs
2022-07-03Add missing register for onData listenertyriar/registerDaniel Imms
2022-07-02Cannot read properties of undefined (reading 'resource') (fix #153361) (#153960)Benjamin Pasero
2022-07-02use ILocalizedString in a few places (#153950)Tyler James Leonhardt
2022-07-01update command title for better localization (#153940)SteVen Batten
2022-07-01Allow to specify language id in command to create a new untitled file (#153872)Kartik Raj
2022-07-01have edit sessions use ILocalizedString (#153933)Tyler James Leonhardt
2022-07-01use simple SPAN elements over `IconLabel`joh/3wm-nextJohannes
2022-07-01add an option to discard merge changesJohannes
2022-07-01Improve layout modes and workbench layoutJohannes
2022-07-01Merge pull request #153827 from microsoft/3wmHenning Dieterichs
2022-07-01Fix background markdown rendering issues (#153871)Rob Lourens
2022-07-01Re #153850. Add logs for iw creation. (#153862)Peng Lyu
2022-07-01Show both localized and original edit sessions command names in palette (#153...Joyce Er
2022-06-30add `task.showDecorations` setting (#153851)Megan Rogge
2022-06-30Store authentication session ID as machine specific data (#153846)Joyce Er
2022-06-30testing: fix layout issues for long test labels (#153838)Connor Peet
2022-06-30Merge pull request #153824 from microsoft/tyriar/153490_2Daniel Imms
2022-06-30SCM - Fix issue with focusing the action button (#153825)Ladislau Szomoru
2022-06-30Fixes #153715 - tweaks checkbox theme colors.Henning Dieterichs
2022-06-30Merge pull request #153823 from microsoft/3wmHenning Dieterichs
2022-06-30Correct id type, inherit id/color individually from parentDaniel Imms
2022-06-30Fix #152086 (#153822)Sandeep Somavarapu
2022-06-30Adds menu separator.Henning Dieterichs
2022-06-30Makes "Remaining Conflicts" localizable.Henning Dieterichs
2022-06-30Fix #153171 (#153820)Sandeep Somavarapu
2022-06-30fixes #152430isidor