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-11undo changeSandeep Somavarapu
2022-09-11use storage service if profile is sameSandeep Somavarapu
2022-09-11Implement profile storage serviceSandeep Somavarapu
2022-09-10Use selection border in code action menu (#160582)Matt Bierner
2022-09-09Show custom keybindings in code action widget (#160449)Matt Bierner
2022-09-09Add progress notifications for paste actions (#160468)Matt Bierner
2022-09-08"Create Manual Folding Ranges from Selection" is not in Command Palette when ...Martin Aeschlimann
2022-09-08Undo context key service changes because of regression, (#160329)Johannes Rieken
2022-09-07Merge pull request #160311 from microsoft/joh/vitreous-gerbilJohannes Rieken
2022-09-07Merge pull request #160193 from microsoft/joh/ordinary-canidaeJohannes Rieken
2022-09-07Refactor code action menu to split up code more (#160249)Matt Bierner
2022-09-07extract `SnippetParser#asInsertText` and use to preview snippet text editsJohannes
2022-09-07Fixes #160276 (#160299)Henning Dieterichs
2022-09-06Add code action menu ctrl+n, ctrl+p mac keybindings (#160199)Matt Bierner
2022-09-06Fixes context menu bug (#160195)Henning Dieterichs
2022-09-06make some more services explicily delayed or eager (#160194)Johannes Rieken
2022-09-06support `contents` option with `WorkspaceEdit#createFile`joh/ordinary-canidaeJohannes
2022-09-06Properly use comment API `collapsibleState` as initial (#160187)Alex Ross
2022-09-05Remove `IContextKeyService.bufferChangeEvents` because `onDidChangeContext` i...Johannes
2022-09-02perf - more lazy services (#159178) (#159899)Benjamin Pasero
2022-09-02Simplify code action menu building logic (#159776)Matt Bierner
2022-09-01Refactor code action widget (#159721)Matt Bierner
2022-08-31debt - don't use appendMenuItems for goto commands anymore, also migrate to u...Johannes
2022-08-31Always use custom code action widget (#159614)Matt Bierner
2022-08-30Merge pull request #158609 from microsoft/tyriar/156179-optionsDaniel Imms
2022-08-30Using endLineNumber not startLineNumber, and implementing a custom comparatoraiday-mar
2022-08-30Ordering the first set of outline elements in the function StickyOutlineEleme...aiday-mar
2022-08-30providerID has type string or undefined. Using Iterable.find() function.aiday-mar
2022-08-30Merge branch 'main' into aiday/issue159136aiday-mar
2022-08-30Merge pull request #159198 from microsoft/aiday/issue157165Aiday Marlen Kyzy
2022-08-30Registering the widget and the provideraiday-mar
2022-08-30Always dispose test editor even if a test failsaiday-mar
2022-08-30Allow `showTextDocument` to open notebook cell URIs (#158477)Logan Ramos
2022-08-30code lens cache can be created delayed (#159531)Johannes Rieken
2022-08-30Merge branch 'main' into aiday/issue157165aiday-mar
2022-08-30Use dedicated renderers for different list elements (#158986)Matt Bierner
2022-08-29Adding additional update functionaiday/issue159136aiday-mar
2022-08-29Changes from reviewaiday-mar
2022-08-29Using iterable.firstaiday-mar
2022-08-29Changing input to fromOutlineModelaiday-mar
2022-08-29Merge branch 'main' into aiday/issue157165aiday-mar
2022-08-29Merge branch 'main' into aiday/issue159136aiday-mar
2022-08-29Merge pull request #159321 from microsoft/aiday/issue159271Aiday Marlen Kyzy
2022-08-29Adding NullLogService into service collectionaiday-mar
2022-08-29Update testsaiday-mar
2022-08-29Adding a testaiday-mar
2022-08-29Merge branch 'main' into aiday/issue157165aiday-mar
2022-08-29Removing the check on the log serviceaiday-mar
2022-08-29Merge branch 'main' into joh/registerSingleton-explicitJohannes
2022-08-29Align code action command ids with suggest widget (#159349)Matt Bierner