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 115ba07 commit 769273dCopy full SHA for 769273d
src/lsptoolshost/roslynProtocol.ts
@@ -361,7 +361,7 @@ export namespace CopilotRelatedDocumentsRequest {
361
}
362
363
export namespace SourceGeneratorGetTextRequest {
364
- export const method = 'sourceGeneratedFile/_roslyn_getText';
+ export const method = 'sourceGeneratedDocument/_roslyn_getText';
365
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.clientToServer;
366
export const type = new lsp.RequestType<SourceGeneratorGetRequestParams, SourceGeneratedDocumentText, void>(method);
367
0 commit comments