()
| 14 | value === null || value === undefined |
| 15 | |
| 16 | export async function cacheModels(): Promise<void> { |
| 17 | const models = await getModels() |
| 18 | state.models = models |
| 19 | } |
| 20 | |
| 21 | export const cacheVSCodeVersion = async () => { |
| 22 | const response = await getVSCodeVersion() |