Vscode-gitlens: Provide some kind of welcome/orientation for first-time users

Created on 15 Mar 2017  路  8Comments  路  Source: eamodio/vscode-gitlens

GitLens has a bunch of features many of which are not very discoverable. Figure out ways to welcome/orient users and/or make features more discoverable.

Any ideas are very welcome here.

feature

Most helpful comment

Awesome! It now works intuitively for me when opening files.

All 8 comments

馃憤
I ran into this problem after installing GitLens and opening a source code file.
I couldn't figure out how to access the features such as displaying Git Blame, and my editor had no "Toggle Blame Annotations" button in the upper right. After hunting around, I realized I had to open the git folder in Visual Studio Code before the GitLens features would activate. This was very different than my normal use case of opening a source code file via "open xxx.c" in Terminal to open Visual Studio Code with the file.

@RogerThiede FYI in the next GitLens version (coming soon) there will no longer be a restriction on having to open a folder for GitLens to work.

@RogerThiede I've just published v3.2.0 which adds support for working without a loaded folder -- hope that helps!

Awesome! It now works intuitively for me when opening files.

I just started with visual studio code, and tried gitlens, I am getting the Error that it cant find my git installation so as suggested I wanted to change the gitlens.advanced.git. But nowhere is actually explained where you enter those commands because they didnt work in cmd + shift + p, or in the terminal so I am kinda confused. When I open cmd + shift + p and enter gitlens I get some commands listed but no way to change the gitlens.advanced.git....

@Giusti sorry for the delayed response, I didn't notice the update to this issue (FYI in the future its best to open a new issue unless there is a true duplicate)

the gitlens.advanced.git is a setting that goes into you vscode settings file: See here: https://code.visualstudio.com/docs/getstarted/settings

So you would add a line that looks something like "gitlens.advanced.git": "<put-your-full-path-to-git.exe-here>"

Hope that helps.

Here is an early peek into a Welcome page for GitLens. Please let me know what you all think, and what other content the welcome page should have (it is way too light on real content right now). Any suggestions, help, etc is greatly appreciated.

image

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings