Skip to content

Commit f8e161d

Browse files
authored
Update src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/Remote/RemoteServiceInvoker.cs
1 parent 74b5a93 commit f8e161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/Remote/RemoteServiceInvoker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async Task InitializeCoreAsync(bool oopInitialized, bool lspInitialized)
170170

171171
async Task InitializeOOPAsync(RazorRemoteHostClient remoteClient)
172172
{
173-
// The first call to OOP must be to initialize the MEF services, because everything after that relies MEF.
173+
// The first call to OOP must be to initialize the MEF services, because everything after that relies on MEF.
174174
var localSettingsDirectory = new ShellSettingsManager(_serviceProvider).GetApplicationDataFolder(ApplicationDataFolder.LocalSettings);
175175
var cacheDirectory = Path.Combine(localSettingsDirectory, "Razor", "RemoteMEFCache");
176176
await remoteClient.TryInvokeAsync<IRemoteMEFInitializationService>(

0 commit comments

Comments
 (0)