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 ff424d1 commit 68705c7Copy full SHA for 68705c7
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