Skip to content

Commit 6ee0f0a

Browse files
committed
Wording
1 parent 4764b28 commit 6ee0f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsptoolshost/roslynLanguageServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class RoslynLanguageServer {
209209
);
210210
});
211211

212-
// Retrieve the dotnet info outside of the notification so we're not running dotnet --info every time the project changes.
212+
// Store the dotnet info outside of the notification so we're not running dotnet --info every time the project changes.
213213
let dotnetInfo: DotnetInfo | undefined = undefined;
214214
this._languageClient.onNotification(RoslynProtocol.ProjectConfigurationNotification.type, async (params) => {
215215
if (!dotnetInfo) {

0 commit comments

Comments
 (0)