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 773b4a5 + ff9ebc7 commit beb205fCopy full SHA for beb205f
editors/code/src/client.ts
@@ -131,7 +131,10 @@ export async function createClient(
131
? diag.code
132
: diag.code?.value;
133
if (
134
- value === "unlinked-file" &&
+ // FIXME: We currently emit this diagnostic way too early, before we have
135
+ // loaded the project fully
136
+ // value === "unlinked-file" &&
137
+ value === "temporary-disabled" &&
138
!unlinkedFiles.includes(uri) &&
139
diag.message !== "file not included in module tree"
140
) {
0 commit comments