const FALLBACK = "1.119.1" export async function getVSCodeVersion() { await Promise.resolve() return FALLBACK }