Add icon in VSCODE Activity Bar

Asked

Viewed 98 times

0

I’m on Vscode and the git hub icon doesn’t appear in the Activity bar. does anyone know how to put the git icon there again?

d

  • I’ve had this problem, and I don’t remember how I solved rss, but I remember it has to do with Source Control, you can see about it here: https://stackoverflow.com/questions/46609255/git-missing-in-vs-code-no-source-control-providers and here in the official doc https://code.visualstudio.com/Docs/editor/versioncontrol

  • goes in that same bar where are the icons in an empty place and press the right mouse button, and select the lost icon

1 answer

0


The icon you are looking for refers to the native Vscode extension and it may have disappeared if such a native extension is disabled. To do this check follow the steps:

  1. Select the Extensions icon in the right corner of the screen

  2. Click the search filter and select the option to Built-in

  3. Search for the "Git" extension and make sure the filter @builtin is applied

  4. Check if any of the extensions are disabled, if you are enabling it again, and close and open Vscode again to make sure that the modification has been applied

Browser other questions tagged

You are not signed in. Login or sign up in order to post.