We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516e7c commit df1f3b2Copy full SHA for df1f3b2
CodeEdit/Features/NavigatorArea/ProjectNavigator/OutlineView/ProjectNavigatorMenu.swift
@@ -165,7 +165,7 @@ final class ProjectNavigatorMenu: NSMenu {
165
private func sourceControlMenu(item: CEWorkspaceFile) -> NSMenu {
166
let sourceControlMenu = NSMenu(title: "Source Control")
167
sourceControlMenu.addItem(
168
- withTitle: "Commit \"\(String(describing: item.fileName))\"...",
+ withTitle: "Commit \"\(String(describing: item.fileName()))\"...",
169
action: nil,
170
keyEquivalent: ""
171
)
0 commit comments