Skip to content

Commit ec54a20

Browse files
committed
Fix current document reset
1 parent a480b7a commit ec54a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Worker/Lab/LanguageServices.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ public async Task OnDidChangeWorkspaceAsync(ImmutableArray<ModelInfo> models)
324324
}
325325
else
326326
{
327-
document = null;
327+
documentId = null;
328328
}
329329
}
330330

0 commit comments

Comments
 (0)