What is the URL to check if updates exists based on a given version of Visual Studio Code

Viewed 33

I am automating the process of updating Visual Studio Code. What is the URL / API to check if an update exists for a given version number?

I see StateType.CheckingForUpdates in update.ts

1 Answers
Related