We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0647e8b commit f7893ddCopy full SHA for f7893dd
src/hike/providers/history.py
@@ -77,7 +77,6 @@ def commands(self) -> CommandHits:
77
The commands for the command palette.
78
"""
79
for location in sorted(set(Historical(location) for location in self.history)):
80
- # TODO: Improve what's shown in the palette.
81
yield CommandHit(
82
location.name,
83
location.context,
0 commit comments