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 2865240 commit 5f4350dCopy full SHA for 5f4350d
src/lsptoolshost/roslynLanguageServer.ts
@@ -797,7 +797,7 @@ export class RoslynLanguageServer {
797
if (this.isRunning()) {
798
this.sendNotification<RazorDynamicFileChangedParams>('razor/dynamicFileInfoChanged', notification)
799
} else {
800
- _channel.debug('Tried to send razor/dynamicFileInfoChanged while server is not running');
+ _channel.warn('Tried to send razor/dynamicFileInfoChanged while server is not running');
801
}
802
803
);
0 commit comments