From a312aa4bd81e5ab99acb56bcae985f21e7b45fb8 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Thu, 20 Oct 2022 21:45:22 -0400 Subject: [PATCH] Updates the home view to be omnipresent --- package.json | 1 - src/webviews/apps/home/home.html | 12 ++++++++++++ src/webviews/apps/home/home.scss | 12 ++++++++++++ src/webviews/apps/home/home.ts | 19 +++++++++++++++++++ src/webviews/home/homeWebviewView.ts | 25 +++++++++++++++++++++++-- src/webviews/home/protocol.ts | 8 ++++++++ 6 files changed, 74 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1af1d76..0ae2e63 100644 --- a/package.json +++ b/package.json @@ -12198,7 +12198,6 @@ "type": "webview", "id": "gitlens.views.home", "name": "Home", - "when": "!gitlens:disabled && gitlens:plus:enabled", "contextualTitle": "GitLens", "icon": "$(gitlens-gitlens)", "visibility": "visible" diff --git a/src/webviews/apps/home/home.html b/src/webviews/apps/home/home.html index afaaecf..5595414 100644 --- a/src/webviews/apps/home/home.html +++ b/src/webviews/apps/home/home.html @@ -123,6 +123,18 @@ GitLens is deeply integrated into many areas and aspects of VS Code, especially editors and views.

+