Skip to content

Commit ec7922d

Browse files
committed
Rename to _roslyn_
1 parent cee0dbb commit ec7922d

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
@@ -150,7 +150,7 @@ export namespace ProjectInitializationCompleteNotification {
150150
}
151151

152152
export namespace ShowToastNotification {
153-
export const method = 'window/showToast';
153+
export const method = 'window/_roslyn_showToast';
154154
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.serverToClient;
155155
export const type = new lsp.NotificationType<ShowToastNotificationParams>(method);
156156
}

0 commit comments

Comments
 (0)