Skip to content

clementherve/vscode-fetch-push-pull-status-bar

Repository files navigation

Status bar fetch/pull/push

Features

Adds fetch, pull and push features in vscode status bar.

Requirements

No requirements, everything is based off the official vscode.git extension which is natively bundled.

Extension Settings

Same settings that are used by vscode.git:

  • git: autofetch
  • git: autofetch period
  • git: fetch on pull ...

Release Notes

0.0.1

Initial release.

0.0.2

Add extension icon.

0.0.3

Fix extension not waiting for async.

0.0.4

Fix undefined showing up when no remote

0.0.5

Fix extension not waiting for vscode.git extension to be active.