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 b939d1e commit 336b07dCopy full SHA for 336b07d
packages/web/src/features/search/fileSourceApi.ts
@@ -7,7 +7,7 @@ import { isServiceError } from "../../lib/utils";
7
import { search } from "./searchApi";
8
import { sew } from "@/actions";
9
import { withOptionalAuthV2 } from "@/withAuthV2";
10
-// @todo (bkellam) : We should really be using `git show <hash>:<path>` to fetch file contents here.
+// @todo (bkellam) #574 : We should really be using `git show <hash>:<path>` to fetch file contents here.
11
// This will allow us to support permalinks to files at a specific revision that may not be indexed
12
// by zoekt.
13
0 commit comments