Skip to content

Commit 8a76de9

Browse files
committed
remove old comment
1 parent 9d40882 commit 8a76de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Extension/src/LanguageServer/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,6 @@ async function onCopilotHover(): Promise<void> {
14311431
// Gather the content for the query from the client.
14321432
const requestInfo = await copilotHoverProvider.getRequestInfo(hoverDocument, hoverPosition);
14331433
for (const file of requestInfo.files) {
1434-
// TODO: make uri from file string.
14351434
const fileUri = vscode.Uri.file(file);
14361435
if (await vscodelm.fileIsIgnored(fileUri, copilotHoverProvider.getCurrentHoverCancellationToken() ?? CancellationToken.None)) {
14371436
// Context is not available for this file.

0 commit comments

Comments
 (0)