Skip to content

Commit

Permalink
Merge pull request #662 from ianhi/double-click-followup
Browse files Browse the repository at this point in the history
add doubleClickDiff setting to readme
  • Loading branch information
fcollonval authored Jun 3, 2020
2 parents 8e79eae + bbcc5d8 commit 6169af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jupyter lab build
Once installed, extension behavior can be modified via the following settings which can be set in JupyterLab's advanced settings editor:

- **disableBranchWithChanges**: disable all branch operations, such as creating a new branch or switching to a different branch, when there are changed/staged files. When set to `true`, this setting guards against overwriting and/or losing uncommitted changes.
- **doubleClickDiff**: double click a file in the Git UI to open a diff of the file instead of opening the file for editing.
- **historyCount**: number of commits shown in the history log, beginning with the most recent. Displaying a larger number of commits can lead to performance degradation, so use caution when modifying this setting.
- **refreshInterval**: number of milliseconds between polling the file system for changes. In order to ensure that the UI correctly displays the current repository status, the extension must poll the file system for changes. Longer polling times increase the likelihood that the UI does not reflect the current status; however, longer polling times also incur less performance overhead.
- **simpleStaging**: enable a simplified concept of staging. When this setting is `true`, all files with changes are automatically staged. When we develop in JupyterLab, we often only care about what files have changed (in the broadest sense) and don't need to distinguish between "tracked" and "untracked" files. Accordingly, this setting allows us to simplify the visual presentation of changes, which is especially useful for those less acquainted with Git.
Expand Down

0 comments on commit 6169af0

Please sign in to comment.