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-05-04debt - use native classList, not utilJohannes Rieken
2020-04-22list: introduce accessibilityProvider.getWidgetAriaLabelisidor
2020-04-08fixes #94544João Moreno
2020-04-07add accessibility providers, https://github.com/microsoft/vscode/issues/92342Johannes Rieken
2020-03-17Adopt codicons in call hierarchy (ref #86708)Miguel Solorio
2020-03-03ITheme -> IColorThemeMartin Aeschlimann
2020-02-21extract Serialized<T> utilJohannes Rieken
2020-02-11More strict function fixesMatt Bierner
2020-01-29make that there is always a focus element in the peek tree, #89557Johannes Rieken
2019-12-16allow prepareCallHierarchy to also return an arrayJohannes Rieken
2019-12-10Fixes microsoft/monaco-editor#211: Consume all mouse wheel events by defaultAlexandru Dima
2019-12-05fix #86321Johannes Rieken
2019-12-05fix #86319Johannes Rieken
2019-12-05also update peek icons, #86305Johannes Rieken
2019-12-04highlight root in peek, https://github.com/microsoft/vscode/issues/86128Johannes Rieken
2019-11-28Peek Call Hierarchy goes into peek submenuJohannes Rieken
2019-11-28don't return undefined from _executePrepareCallHierarchyJohannes Rieken
2019-11-25update API command for #85533Johannes Rieken
2019-11-22adjust peek call hierarchy menuJohannes Rieken
2019-11-21simplify how editor commands/actions register menu entriesJohannes Rieken
2019-11-18more options for #84715Johannes Rieken
2019-11-18add some tree styles, #84715Johannes Rieken
2019-11-07implement api commands for call hierarchy, #83274Johannes Rieken
2019-11-05debt - merge goToDefinition and referenceSearch into gotoSymbol, extract peek...Johannes Rieken
2019-10-29Fix referenceMatt Bierner
2019-10-29Make createInstance stricter (#83472)Matt Bierner
2019-10-25callh - Shift-Enter refocuses onto current itemJohannes Rieken
2019-10-25polishJohannes Rieken
2019-10-25callh - fix incorrect preview after toggleJohannes Rieken
2019-10-25callh - add toggle direction commandJohannes Rieken
2019-10-25sort item by location, #81754Johannes Rieken
2019-10-25callh - fix tree view stateJohannes Rieken
2019-10-25small polish for #81753Johannes Rieken
2019-10-25add parent back, fix caching id issue,Johannes Rieken
2019-10-25remove call hierarchy API commands since the API/flow changes, #83274Johannes Rieken
2019-10-24call hierarchy shows root node, also update API proposal for this, #81753Johannes Rieken
2019-10-17Register editor contributions with their ID (#82603)Alexandru Dima
2019-10-10add breadcrumbs.filteredTypes-setting, #69279Johannes Rieken
2019-10-08remove pseudo breadcrumbs in call hierarchy peek, #81859Johannes Rieken
2019-10-08renames: source -> from, target -> to, #81746Johannes Rieken
2019-10-08Marking a bunch of static variables as readonlyMatt Bierner
2019-09-12calls - add API commandsjrieken
2019-09-12calls - fix split view issuesJohannes Rieken
2019-09-12calls - add CallHierarchyItem to type converterjrieken
2019-09-12calls - correct highlights et alJohannes Rieken
2019-09-12calls - more title/message alignmentsJohannes Rieken
2019-09-12calls - remember selected directionJohannes Rieken
2019-09-12calls - reuse change direction actionJohannes Rieken
2019-09-12debt - dispoJohannes Rieken
2019-09-12calls - adjust to new rootJohannes Rieken