Skip to content

Commit 769273d

Browse files
committed
rename method
1 parent 115ba07 commit 769273d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/roslynProtocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export namespace CopilotRelatedDocumentsRequest {
361361
}
362362

363363
export namespace SourceGeneratorGetTextRequest {
364-
export const method = 'sourceGeneratedFile/_roslyn_getText';
364+
export const method = 'sourceGeneratedDocument/_roslyn_getText';
365365
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.clientToServer;
366366
export const type = new lsp.RequestType<SourceGeneratorGetRequestParams, SourceGeneratedDocumentText, void>(method);
367367
}

0 commit comments

Comments
 (0)