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 9d40882 commit 8a76de9Copy full SHA for 8a76de9
Extension/src/LanguageServer/extension.ts
@@ -1431,7 +1431,6 @@ async function onCopilotHover(): Promise<void> {
1431
// Gather the content for the query from the client.
1432
const requestInfo = await copilotHoverProvider.getRequestInfo(hoverDocument, hoverPosition);
1433
for (const file of requestInfo.files) {
1434
- // TODO: make uri from file string.
1435
const fileUri = vscode.Uri.file(file);
1436
if (await vscodelm.fileIsIgnored(fileUri, copilotHoverProvider.getCurrentHoverCancellationToken() ?? CancellationToken.None)) {
1437
// Context is not available for this file.
0 commit comments