We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0647e8b + f7893dd commit 2eac2c1Copy full SHA for 2eac2c1
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