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.
2 parents ff424d1 + 68705c7 commit b83450bCopy full SHA for b83450b
src/lsptoolshost/workspace/miscellaneousFileNotifier.ts
@@ -20,6 +20,7 @@ export function registerMiscellaneousFileNotifier(
20
languageServer._projectContextService.onActiveFileContextChanged((e) => {
21
// Only warn for C# miscellaneous files when the workspace is fully initialized.
22
if (
23
+ e.uri.scheme !== 'file' ||
24
e.languageId !== 'csharp' ||
25
!e.isVerified ||
26
!e.context._vs_is_miscellaneous ||
0 commit comments