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 cee0dbb commit ec7922dCopy full SHA for ec7922d
src/lsptoolshost/roslynProtocol.ts
@@ -150,7 +150,7 @@ export namespace ProjectInitializationCompleteNotification {
150
}
151
152
export namespace ShowToastNotification {
153
- export const method = 'window/showToast';
+ export const method = 'window/_roslyn_showToast';
154
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.serverToClient;
155
export const type = new lsp.NotificationType<ShowToastNotificationParams>(method);
156
0 commit comments