This commit is contained in:
Paul Gauthier 2023-10-18 15:18:12 -07:00
parent 2c98ea4448
commit 10b856e0af
3 changed files with 2 additions and 65 deletions

View file

@ -178,7 +178,7 @@ class Coder:
)
if map_tokens > 0:
self.io.tool_output(f"Repo-map: universal-ctags using {map_tokens} tokens")
self.io.tool_output(f"Repo-map: using {map_tokens} tokens")
else:
self.io.tool_output("Repo-map: disabled because map_tokens == 0")