Skip to content

Conversation

@akhera99
Copy link
Member

No description provided.

@akhera99 akhera99 requested a review from a team as a code owner October 31, 2025 23:33
@akhera99 akhera99 requested a review from genlu October 31, 2025 23:33
const textDocument = TextDocumentIdentifier.create(uriString);
try {
await languageServer.sendRequestWithProgress(
CopilotRelatedDocumentsRequest.type,
Copy link
Member

@dibarbet dibarbet Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably also remove this type from where it is defined?

also should likely remove the server side implementation as well I assume

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah oops missed the roslyn pr


import * as vscode from 'vscode';
import { CSharpExtensionId } from '../../constants/csharpExtensionId';
import { CopilotRelatedDocumentsReport, CopilotRelatedDocumentsRequest } from '../server/roslynProtocol';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also remove these two?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants