force models.dev refresh on auth login

This commit is contained in:
Dax Raad
2025-08-01 17:48:01 -04:00
parent e1b7e25f4d
commit 71cd84dbbb
5 changed files with 16 additions and 33 deletions

View File

@@ -84,6 +84,7 @@ export namespace LSP {
}
return {
broken: new Set<string>(),
servers,
clients,
}
},