copilot-api / src /services /get-vscode-version.ts
imspsycho's picture
Initial upload from Google Colab
98c9143 verified
Raw
History Blame Contribute Delete
117 Bytes
const FALLBACK = "1.119.1"
export async function getVSCodeVersion() {
await Promise.resolve()
return FALLBACK
}