remove swipeToNavigate (#57629)

This commit is contained in:
Benjamin Pasero
2019-07-09 08:02:47 +02:00
parent 2ea7d60b25
commit 3976e538f5
4 changed files with 1 additions and 41 deletions

View File

@@ -986,7 +986,6 @@ interface IEditorPartConfiguration {
openSideBySideDirection?: 'right' | 'down';
closeEmptyGroups?: boolean;
revealIfOpen?: boolean;
swipeToNavigate?: boolean;
mouseBackForwardToNavigate?: boolean;
labelFormat?: 'default' | 'short' | 'medium' | 'long';
restoreViewState?: boolean;