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-08Undo context key service changes because of regression, (#160329)Johannes Rieken
2022-09-05Remove `IContextKeyService.bufferChangeEvents` because `onDidChangeContext` i...Johannes
2022-07-18Support find widget in lists/trees (#152481)João Moreno
2022-06-08auto-fixed prefer-const violationJohannes
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-24fix https://github.com/microsoft/vscode/issues/139410Johannes Rieken
2022-01-11testing: preserve expand stateConnor Peet
2021-09-29Outline cannot follow correct side in split editor case (fix #134008)Benjamin Pasero
2021-08-20Use `ContextKeyExpr` factory methodsAlex Dima
2021-07-07Parts of #124498Logan Ramos
2021-07-07Rename editorOverrideService closes #126603Logan Ramos
2021-06-07fix https://github.com/microsoft/vscode/issues/125581Johannes Rieken
2021-05-20Apply Logan's suggested changesAndrea Mah
2021-05-19Update according to suggestionAndrea Mah
2021-05-19added default editor override for symbol revealAndrea Mah
2021-04-08Add override keyword in codebase (#120755)Matt Bierner
2021-03-10fix https://github.com/microsoft/vscode/issues/118369Johannes Rieken
2021-02-15fixes #116700João Moreno
2021-02-15fixes #115212João Moreno
2021-01-28fix https://github.com/microsoft/vscode/issues/115207Johannes Rieken
2021-01-28make sure to cancel continuation of `_handleEditorChanged`, related to https:...Johannes Rieken
2021-01-20don't expand outline tree when just updating, fixes https://github.com/micros...Johannes Rieken
2021-01-19fix https://github.com/microsoft/vscode/issues/114576Johannes Rieken
2021-01-13fix https://github.com/microsoft/vscode/issues/114220Johannes Rieken
2021-01-13Have single outline config and let outline creator know for what they create ...Johannes Rieken
2021-01-13fix https://github.com/microsoft/vscode/issues/114266Johannes Rieken
2021-01-04move shared config key into workbench layerJohannes Rieken
2020-12-24remove unused context keysJohannes Rieken
2020-12-24fix some outline settings so that they are also language overridableJohannes Rieken
2020-12-23move more things into outlinePane-landJohannes Rieken
2020-12-23update outline as soon as it becomes visibleJohannes Rieken
2020-12-23add IOutlineComparator as concept, remove `outline.symbolSortOrder`Johannes Rieken
2020-12-23fix issues when user state changesJohannes Rieken
2020-12-22proper disposing of outline objectsJohannes Rieken
2020-12-22replace IOutline#resource with #outlineKindJohannes Rieken
2020-12-22add setting: outline.symbolSortOrderJohannes Rieken
2020-12-22move sort orderJohannes Rieken
2020-12-22properly layout treeJohannes Rieken
2020-12-22make sure outline is all expandedJohannes Rieken
2020-12-22use outline service in outline paneJohannes Rieken
2020-12-22move outline view state into its own fileJohannes Rieken
2020-12-14separate viewPane and viewPaneContainerSandeep Somavarapu
2020-12-11:lipstick: remove commented codeJohannes Rieken
2020-12-11nuke getSecondaryActions from outline, https://github.com/microsoft/vscode/is...Johannes Rieken
2020-12-11#92038 Create view and viewPaneContainer util actionsSandeep Somavarapu
2020-12-11nuke getActions in outline pane, https://github.com/microsoft/vscode/issues/9...Johannes Rieken
2020-12-07:lipsticky: asyncBenjamin Pasero
2020-11-26more icon workMartin Aeschlimann
2020-11-26Use ThemeIcon & IconRegistry for custom iconsMartin Aeschlimann
2020-11-25Use codicons instead of string literalsMartin Aeschlimann