Skip to content

Commit

Permalink
Fixed rebase rename (#116-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 6, 2024
1 parent 0acb678 commit 02ea32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/treeViewUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export function getServerTreeItem({
tooltip: canConnect ? `Click to connect to ${urlStr}` : urlStr,
contextValue: server.type === 'DHC' ? contextValue : undefined,
iconPath: new vscode.ThemeIcon(
getServerIconPath({ isConnected, isManaged, isRunning })
getServerIconID({ isConnected, isManaged, isRunning })
),
command: canConnect
? {
Expand Down

0 comments on commit 02ea32a

Please sign in to comment.