Skip to content

Commit 9e3ee21

Browse files
committed
Remove unused event from roslyn protocol
1 parent 956ad19 commit 9e3ee21

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

l10n/bundle.l10n.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"Reload Window": "Reload Window",
136136
"C# configuration has changed. Would you like to relaunch the Language Server with your changes?": "C# configuration has changed. Would you like to relaunch the Language Server with your changes?",
137137
"Restart Language Server": "Restart Language Server",
138-
"Workspace projects": "Workspace projects",
139138
"project.json is no longer a supported project format for .NET Core applications.": "project.json is no longer a supported project format for .NET Core applications.",
140139
"More Detail": "More Detail",
141140
"Some projects have trouble loading. Please review the output for more details.": "Some projects have trouble loading. Please review the output for more details.",
@@ -145,6 +144,7 @@
145144
"Failed to run test: {0}": "Failed to run test: {0}",
146145
"Failed to start debugger: {0}": "Failed to start debugger: {0}",
147146
"Test run already in progress": "Test run already in progress",
147+
"Workspace projects": "Workspace projects",
148148
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.",
149149
"Choose": "Choose",
150150
"Choose and set default": "Choose and set default",
@@ -197,4 +197,4 @@
197197
"Disable message in settings": "Disable message in settings",
198198
"Help": "Help",
199199
"The C# extension is still downloading packages. Please see progress in the output window below.": "The C# extension is still downloading packages. Please see progress in the output window below."
200-
}
200+
}

src/lsptoolshost/roslynProtocol.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,6 @@ export namespace RegisterSolutionSnapshotRequest {
210210
export const type = new lsp.RequestType0<RegisterSolutionSnapshotResponseItem, void>(method);
211211
}
212212

213-
export namespace ProjectInitializationStartedNotification {
214-
export const method = 'workspace/projectInitializationStarted';
215-
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.serverToClient;
216-
export const type = new lsp.NotificationType(method);
217-
}
218-
219213
export namespace ProjectInitializationCompleteNotification {
220214
export const method = 'workspace/projectInitializationComplete';
221215
export const messageDirection: lsp.MessageDirection = lsp.MessageDirection.serverToClient;

0 commit comments

Comments
 (0)