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-03-04Use [].flat and mark our flatten as deprecatedMatt Bierner
2022-02-04RenamesAlex Dima
2022-01-31replace `CodeActionProviderRegistry` with service propertyJohannes Rieken
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-20Move code action contributions into browserMatt Bierner
2022-01-18Add `/~` as a layer template, adopt it, simplify and align code import rules ...Alex Dima
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-29RenamesAlex Dima
2021-12-29RenamesAlex Dima
2021-12-08Renames `ModeService` to `LanguageService`Alex Dima
2020-10-20debt - lift lifecycle service to workbench layerBenjamin Pasero
2020-04-23Don't require args for refactor commandMatt Bierner
2020-03-18initial support (#92681)Andy Barron
2020-03-05Use native .values()Matt Bierner
2020-02-28Distinguish context key factory from typeAlex Dima
2020-01-21fix #26707Sandeep Somavarapu
2020-01-14Also show refactor documentation in normal lightbulb menu if refactorings are...Matt Bierner
2020-01-14Only return documentation code action in refactor menuMatt Bierner
2020-01-09remove timeouts (and their settings) for format and code actions, #87449Johannes Rieken
2020-01-08Adding documentation.refactor proposed contribution pointMatt Bierner
2020-01-08Make names for code action config contributions more explicitMatt Bierner
2020-01-03remove more unused tslint directivesJohannes Rieken
2019-12-18Allow langauge sttings to override codeActionsOnSaveMatt Bierner
2019-11-13Remove some duplicate configuration node (#84070)Matt Bierner
2019-11-08Make codeActionOnSave a resource scoped settingMatt Bierner
2019-11-08Better name for codeAction types fileMatt Bierner
2019-11-07Extract command ids to constantsMatt Bierner
2019-11-07Updat codeActions contribtions schema based on https://github.com/microsoft/v...Matt Bierner
2019-11-06Code action intellisense in the keybindings JSON editorMatt Bierner
2019-11-06Add code actions contributon pointMatt Bierner