garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
512 stars 71 forks source link

Added UpdateManager (a simple update feature) #28

Closed LightDestory closed 7 years ago

LightDestory commented 7 years ago

Added UpdateManager. Now everytime you run VSCode, a "pre-loader" checks for update. If a update is found: the tool will open into your browser the direct link of the updated.zip, you need only to download it and point out this zip with the File Selection Popup. I CAN'T AUTOMATIZE DOWNLOAD BECAUSE MS WEBSITE IS BASED ON JAVASCRIPT AND WEBCLIENT CAN'T RUN IT.

*if you want to test it, just change the version inside App\AppInfo\AppInfo.ini. Set like 1.14.1 and run.

Source Code of UpdateManager.exe available on my github account.

LightDestory commented 7 years ago

Closed | New Version Available,