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
2020-01-22renameSandeep Somavarapu
2019-12-10Viewlet Refactor (#85566)SteVen Batten
2019-11-21simplify how editor commands/actions register menu entriesJohannes Rieken
2019-11-13Remove some duplicate configuration node (#84070)Matt Bierner
2019-10-29Remove hyphen in formatter-related messagesgjsjohnmurray
2019-10-17Remove some castsMatt Bierner
2019-10-08Marking a bunch of static variables as readonlyMatt Bierner
2019-07-18Move enablement and servers to workbenchSandeep Somavarapu
2019-06-05debt - move status message into notification statusBenjamin Pasero
2019-05-11:lipstick:Johannes Rieken
2019-05-11Address feedbackAcid147
2019-05-09Preselect default formatterAcid147
2019-04-22Fix typoNikita Shilnikov
2019-04-10Fix #71987Rob Lourens
2019-04-10Merge pull request #71910 from connorshea/add-formatter-description-in-pickerJohannes Rieken
2019-04-10Change how the extensionId value is accessed.Connor Shea
2019-04-09properly check picked formatter, #71988Johannes Rieken
2019-04-09use editor for format on save and honor silent modeJohannes Rieken
2019-04-08Get the value of extensionId rather than the extensionId itself.Connor Shea
2019-04-08Add the formatter's extensionId as the description when picking a formatter.Connor Shea
2019-04-01show notification when formatter is disabled/uninstalled, message otherwiseJohannes Rieken
2019-03-28fix #71369Johannes Rieken
2019-03-28show status bar message when formatter is goneJohannes Rieken
2019-03-28default value for defaultFormatter is nullJohannes Rieken
2019-03-28only suggest formatters with main-entryJohannes Rieken
2019-03-28don't show a message when the defaul formatter isn't availableJohannes Rieken
2019-03-27be relaxed when having one formatter and no configJohannes Rieken
2019-03-27remove configure extension buttons, add configure default to format with...Johannes Rieken
2019-03-27add editor.defaultFormatter-setting, #71173Johannes Rieken
2019-03-25Have 'Format Document' and 'Format Document With...' at the same time, show m...Johannes Rieken
2019-03-22add telemetry to know how often formatter choice is shown, #41882Johannes Rieken
2019-03-21format on save, format on paste don't format when multiple formatters are ava...Johannes Rieken
2019-03-21simplify handling of synthetic document formatters, #41882Johannes Rieken
2019-03-21show quick pick when multiple formatter apply, #41882Johannes Rieken
2019-02-14add formatter call, use it for no-formatter-case for now #41882Johannes Rieken