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-08-31perf - log slow running workbench contribs (#159656)Benjamin Pasero
2022-08-01Make comment and owner required by default (#156822)Logan Ramos
2022-07-13Closing dialog does not cancel (Manjaro Linux) (fix #154719) (#155049)Benjamin Pasero
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-05add more owner and comment tags, migrate to publicLog2Johannes
2022-04-27fix https://github.com/microsoft/vscode/issues/148234Johannes
2022-04-25add formatter conflict information (and ask to configure default) as language...Johannes
2022-01-31Merge branch 'main' into joh/langFeaturesJohannes Rieken
2022-01-31Move `ILanguageService` to `editor/languages` (#141174)Alex Dima
2022-01-31replace formatting registries for service propertiesJohannes Rieken
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-29RenamesAlex Dima
2021-12-29RenamesAlex Dima
2021-12-08Debt: Rename `IModeService` to `ILanguageService`Alex Dima
2021-10-19Rename KeyCode enum members to more closely resemble ScanCode enum membersAlexandru Dima
2021-10-18Remove `LanguageIdentifier` and ensure tests dispose instantiated `LanguagesR...Alex Dima
2021-09-21Large Refactorings Pane Composite Parts (#133485)SteVen Batten
2021-08-27fix https://github.com/microsoft/vscode/issues/126187Johannes Rieken
2021-07-02Commit messageIsaac Kilbourne
2021-04-23refine prompts: using warning when file is too large for formatting, use mode...Johannes Rieken
2021-04-06Merge pull request #119021 from qchateau/fix-format-modifiedJohannes Rieken
2021-03-17fix https://github.com/microsoft/vscode/issues/119157Johannes Rieken
2021-03-16format modified: format lines with whitespace changesQuentin Chateau
2021-03-05Remove arrays#mergeSort because by now browsers support the refined sort spec...Johannes Rieken
2021-01-19show a modal dialog when no default formatter is configured, https://github.c...Johannes Rieken
2020-11-09remove duplicated context key expressions, fixes https://github.com/microsoft...Johannes Rieken
2020-11-09improve message when files is too large for formatting, fixes https://github....Johannes Rieken
2020-10-22Boost extensions from formatting and programming categories for default forma...Johannes Rieken
2020-10-20debt - lift lifecycle service to workbench layerBenjamin Pasero
2020-09-14Skip formatting when during format-on-save, the configured formatter cannot b...Johannes Rieken
2020-09-10:lipstick:Johannes Rieken
2020-09-10fix TS 4.1 compile errors, https://github.com/microsoft/vscode/issues/106358Johannes Rieken
2020-08-20format on save to only format modificationsJohannes Rieken
2020-08-19add "format modified lines" actionJohannes Rieken
2020-08-19chore - inline single-use functionJohannes Rieken
2020-08-19support array of ranges in formatDocumentRangesWithProvider and formatDocumen...Johannes Rieken
2020-07-24Add support for web worker extensions to define their entry point via "browser"Alex Dima
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