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 4764b28 commit 6ee0f0aCopy full SHA for 6ee0f0a
src/lsptoolshost/roslynLanguageServer.ts
@@ -209,7 +209,7 @@ export class RoslynLanguageServer {
209
);
210
});
211
212
- // Retrieve the dotnet info outside of the notification so we're not running dotnet --info every time the project changes.
+ // Store the dotnet info outside of the notification so we're not running dotnet --info every time the project changes.
213
let dotnetInfo: DotnetInfo | undefined = undefined;
214
this._languageClient.onNotification(RoslynProtocol.ProjectConfigurationNotification.type, async (params) => {
215
if (!dotnetInfo) {
0 commit comments