Quellcode durchsuchen

Closes #394 - Linux clipboard w/o any external deps

main
Eric Amodio vor 6 Jahren
Ursprung
Commit
d06537946c
2 geänderte Dateien mit 1063 neuen und 1061 gelöschten Zeilen
  1. +3
    -0
      CHANGELOG.md
  2. +1060
    -1061
      package-lock.json

+ 3
- 0
CHANGELOG.md Datei anzeigen

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Adds clipboard support for Linux without requiring any external dependencies — thanks to [PR #394](https://github.com/eamodio/vscode-gitlens/pull/394) by Cédric Malard ([@cmalard](https://github.com/cmalard))
### Fixed
- Fixes [#391](https://github.com/eamodio/vscode-gitlens/issues/391) - GitLens adds some settings in settings.json
- Fixes another case of [#343](https://github.com/eamodio/vscode-gitlens/issues/343) - Can't show blame when VSCode starts on branch without upstream — thanks to [PR #390](https://github.com/eamodio/vscode-gitlens/pull/390) by ryenus ([@ryenus](https://github.com/ryenus))

+ 1060
- 1061
package-lock.json
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


Laden…
Abbrechen
Speichern