Quellcode durchsuchen

Updates CHANGELOG and prettier fixes

main
Ramin Tadayon vor 1 Jahr
Ursprung
Commit
95e0844b69
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 79D60DDE3DFB95F5
2 geänderte Dateien mit 9 neuen und 3 gelöschten Zeilen
  1. +4
    -2
      CHANGELOG.md
  2. +5
    -1
      src/webviews/apps/settings/partials/views.repositories.html

+ 4
- 2
CHANGELOG.md Datei anzeigen

@ -10,19 +10,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds ability to choose the OpenAI model used for GitLens' experimental AI features — closes [#2636](https://github.com/gitkraken/vscode-gitlens/issues/2636) thanks to [PR #2637](https://github.com/gitkraken/vscode-gitlens/pull/2637) by Daniel Rodríguez ([@sadasant](https://github.com/sadasant))
- Adds a `gitlens.ai.experimental.openai.model` setting to specify the OpenAI model (defaults to `gpt-3.5-turbo`)
- ☁️ Adds the all-new _GitKraken Workspaces_ feature as a sidebar view, supporting interaction with local and cloud GitKraken Workspaces.
- Adds support for cloning, adding a remote, and fetching from the target remote during a deep link
- Adds support for deep links using repository disk paths
- Adds new _Commit Graph_ features and improvements
- Adds a file count to the _Changes_ column
- Adds two new options to the graph header context menu
- `Reset Columns to Default Layout` - resets column widths, ordering, visibility, and graph column mode to default settings
- `Reset Columns to Compact Layout` - resets column widths, ordering, visibility, and graph column mode to compact settings
- `Reset Columns to Default Layout` - resets column widths, ordering, visibility, and graph column mode to default settings
- `Reset Columns to Compact Layout` - resets column widths, ordering, visibility, and graph column mode to compact settings
- Makes the _Changes_ column visible by default (previously hidden)
- Adds extra width to the bar for outlier rows in the _Changes_ column so that they stand out a bit more
- Improves tooltips on _Branch/Tag_ icons to be more uniform and descriptive
- Fixes a bug where _Branch/Tag_ nodes sometimes wouldn't expand on hover
- Moves content in the last column out from behind the scrollbar
- Improves alignment of scroll markers with the scrollbar
- Adds new context menu options to the _Commit Graph Settings_ (cog) to toggle scroll marker types
### Fixed

+ 5
- 1
src/webviews/apps/settings/partials/views.repositories.html Datei anzeigen

@ -306,7 +306,11 @@
<div class="setting__input">
<label for="views.repositories.files.icon">File icons</label>
<div class="select-container">
<select id="views.repositories.files.icon" name="views.repositories.files.icon" data-setting>
<select
id="views.repositories.files.icon"
name="views.repositories.files.icon"
data-setting
>
<option value="type">show file type (default)</option>
<option value="status">show file status</option>
</select>

Laden…
Abbrechen
Speichern