You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,24 +29,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
29
29
- View a pull request's branch in the _Commit Graph_
30
30
- View or create code suggestions for a pull request
31
31
- Pin or snooze a pull request in the Launchpad
32
-
- Adds the following settings:
33
-
-`gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
34
-
-`gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
35
32
- Adds a status bar indicator of the _Launchpad_
36
33
- Opens the Launchpad when clicked
37
34
- Shows the top pull request and its status in the status bar
38
35
- Also highlights your top pull request in the launchpad when opened from the indicator
39
36
- Provides a summary of your most critical pull requests on hover
40
37
- Each summary line includes a link to open the Launchpad to that category
41
-
- Adds the following settings:
42
-
`gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
43
-
`gitlens.launchpad.indicator.icon`: Specifies the style of the Launchpad indicator icon
44
-
`gitlens.launchpad.indicator.label`: Specifies the style of the Launchpad indicator label
45
-
`gitlens.launchpad.indicator.groups`: Specifies which critical categories of pull requests to summarize in the indicator tooltip
46
-
`gitlens.launchpad.indicator.useColors`: Specifies whether to use colors in the indicator
47
-
`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
48
-
`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
49
-
`gitlens.launchpad.indicator.polling.interval`: Specifies the interval in minutes to check for changes to pull requests
38
+
- Adds new settings for the Launchpad and indicator:
39
+
-`gitlens.launchpad.ignoredRepositories`: Array of repositories with `owner/name` format to ignore in the Launchpad
40
+
-`gitlens.launchpad.staleThreshold`: Value in days after which a pull request is considered stale and moved to the _Other_ category
41
+
-`gitlens.launchpad.indicator.enabled`: Specifies whether to show the Launchpad indicator in the status bar
42
+
-`gitlens.launchpad.indicator.icon`: Specifies the style of the Launchpad indicator icon
43
+
-`gitlens.launchpad.indicator.label`: Specifies the style of the Launchpad indicator label
44
+
-`gitlens.launchpad.indicator.groups`: Specifies which critical categories of pull requests to summarize in the indicator tooltip
45
+
-`gitlens.launchpad.indicator.useColors`: Specifies whether to use colors in the indicator
46
+
-`gitlens.launchpad.indicator.openInEditor`: Specifies whether to open the Launchpad in the editor when clicked
47
+
-`gitlens.launchpad.indicator.polling.enabled`: Specifies whether to regularly check for changes to pull requests
48
+
-`gitlens.launchpad.indicator.polling.interval`: Specifies the interval in minutes to check for changes to pull requests
50
49
- Adds new features that make code reviews easier
51
50
- Adds [Code Suggest](https://gitkraken.com/solutions/code-suggest?utm_source=gitlens-extension&utm_medium=in-app-links)`preview`, a cloud feature, that frees your code reviews from unnecessary restrictions
52
51
- Create a Code Suggestion from the _Inspect: Overview_ tab when on a PR's branch
0 commit comments