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 8078c3d commit ff9ebc7Copy full SHA for ff9ebc7
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