Skip to content

Commit

Permalink
updated readme, implemented caching for requests, improved logic for …
Browse files Browse the repository at this point in the history
…refreshAfterPush, removed not required/annoying error notifications, enhanced status bar to display the correct data for the selected repository/branch
  • Loading branch information
danielchristianschroeter committed Oct 15, 2024
1 parent b85a8ba commit 6d61d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/statusBarUpdater.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as vscode from "vscode";
import { GitService } from "../services/gitService";
import { StatusBarService } from "../services/statusBarService";
import { handleError } from "./errorHandler";
Expand Down

0 comments on commit 6d61d33

Please sign in to comment.