From ce5b3f4055d38679a67963e26729b4be1796c5f7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 6 Dec 2022 00:06:13 -0500 Subject: [PATCH] Fixes #2377 adds missing azdo icons --- CHANGELOG.md | 1 + images/dark/icon-azdo.svg | 4 ++++ images/light/icon-azdo.svg | 4 ++++ src/git/remotes/azure-devops.ts | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 images/dark/icon-azdo.svg create mode 100644 images/light/icon-azdo.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index fc526da..a36128b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Fixed +- Fixes [#2377](https://github.com/gitkraken/vscode-gitlens/issues/2377) - Missing Azure Devops Icon - Fixes [#2380](https://github.com/gitkraken/vscode-gitlens/issues/2380) - Autolink fails with curly braces - Fixes [#2381](https://github.com/gitkraken/vscode-gitlens/issues/2381) - can't use scrollbar in 'Commit Graph' view diff --git a/images/dark/icon-azdo.svg b/images/dark/icon-azdo.svg new file mode 100644 index 0000000..124e595 --- /dev/null +++ b/images/dark/icon-azdo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/images/light/icon-azdo.svg b/images/light/icon-azdo.svg new file mode 100644 index 0000000..122998f --- /dev/null +++ b/images/light/icon-azdo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/git/remotes/azure-devops.ts b/src/git/remotes/azure-devops.ts index e7dacec..48dea74 100644 --- a/src/git/remotes/azure-devops.ts +++ b/src/git/remotes/azure-devops.ts @@ -71,7 +71,7 @@ export class AzureDevOpsRemote extends RemoteProvider { } override get icon() { - return 'vsts'; + return 'azdo'; } get id() {