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-06-21Rename `StorageScope.Global` to `Profile` (#152703)Benjamin Pasero
2022-06-15Fix symbolkind iconQingpeng Li
2022-06-08auto-fixed prefer-const violationJohannes
2022-05-18Reduce usages of `editor.deltaDecorations` (#149768)Alexandru Dima
2022-02-23Fix a few simple typings issues with TS 4.7Matt Bierner
2022-02-02enable `@typescript-eslint/member-delimiter-style`, https://github.com/micros...Johannes Rieken
2022-01-22Remove dependencies to `/languages/` in `languages.ts` (#141174)Alex Dima
2022-01-21Add explicit layers for editor contributions (fixes #140995)Alex Dima
2022-01-18on the ext-host, race call and type hierarchy against cancellation so save ba...Johannes Rieken
2021-12-30Rename `modes` to `languages`Alex Dima
2021-12-29RenamesAlex Dima
2021-12-08add SymbolKinds.toIconMartin Aeschlimann
2021-12-06`ICodeEditor.getContribution` can return `null`Alex Dima
2021-11-03chore - use CSS theme variables over registerThemingParticipant, codeLens, re...Johannes Rieken
2021-10-19Rename KeyCode enum members to more closely resemble ScanCode enum membersAlexandru Dima
2021-07-15extract ref-counted disposableJohannes Rieken
2021-05-27Add a `description` field to decorations to be able to find leaksAlex Dima
2021-04-08Add override keyword in codebase (#120755)Matt Bierner
2021-02-16use nls#localize for context key descriptionsJohannes Rieken
2021-02-16add description to some RawContextKey-instancesJohannes Rieken
2021-01-22better default for PeekViewWidget#_getActionBarOptionsJohannes Rieken
2020-11-26Use ThemeIcon & IconRegistry for custom iconsMartin Aeschlimann
2020-11-13storage - remove store2 (#109967)Benjamin Pasero
2020-11-04storage - adopt some StorageTargetsBenjamin Pasero
2020-11-02Editors: revisit "preview" editors default behaviour (#109779)Benjamin Pasero
2020-10-19add dom.Dimension#with more modification, adopt class-vs-interface usageJohannes Rieken
2020-09-08chore - when target might be undefined use `target?.dispose()` over `dispose(...Johannes Rieken
2020-08-18only add menu contribution when having call hierarchy providers, https://gith...Johannes Rieken
2020-07-23reduce usage of MenuEntryActionViewItemJoão Moreno
2020-07-11use Action2 for call hierarchy title commandsJohannes Rieken
2020-06-23Add ts/js deprecated support (#97742)Wenlu Wang
2020-06-03fix typo to clarify nls string, #98576Johannes Rieken
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