Auto merge of #17062 - Veykril:disable-unlinked-file-popup, r=Veykril
Temporarily disable unlinked file popup Not gonna look into this until the next release, so I'd rather disable it for the time being
This commit is contained in:
commit
beb205f347
@ -131,7 +131,10 @@ export async function createClient(
|
|||||||
? diag.code
|
? diag.code
|
||||||
: diag.code?.value;
|
: diag.code?.value;
|
||||||
if (
|
if (
|
||||||
value === "unlinked-file" &&
|
// FIXME: We currently emit this diagnostic way too early, before we have
|
||||||
|
// loaded the project fully
|
||||||
|
// value === "unlinked-file" &&
|
||||||
|
value === "temporary-disabled" &&
|
||||||
!unlinkedFiles.includes(uri) &&
|
!unlinkedFiles.includes(uri) &&
|
||||||
diag.message !== "file not included in module tree"
|
diag.message !== "file not included in module tree"
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user